Setting up a Redis server is very simple to do. Simply install the software, make a few configuration changes, and startup the service. In the example below, we will show how to install Redis on a single server.
Setting Up a Riak Cluster on Ubuntu 14.04 LTS
Setting up a Riak cluster is very simple to do. Simply install the software, make a few configuration changes, and startup the service. In the example below, we will show how to create a very small development cluster using only (5) servers.
Setting Up a Cassandra Cluster on Ubuntu 14.04 LTS
Setting up a Cassandra cluster is very simple to do. Simply install the software, make a few configuration changes, and startup the service. In the example below, we will show how to create a very small development cluster using only (3) servers.
Setting Up a MongoDB 3.0 Cluster on Ubuntu 14.04 LTS
Setting up a MongoDB cluster can be a little difficult for the first time. A MongoDB cluster consists of three types of servers: Config Servers, Query Routers, and Shards. In a production environment where high-availability is a must, you will need at least (3) config servers, (2) or more Shards, and (1) or more Query Routers.