Skip to content
This repository was archived by the owner on Feb 10, 2019. It is now read-only.

Files

Latest commit

 

History

History
25 lines (12 loc) · 946 Bytes

File metadata and controls

25 lines (12 loc) · 946 Bytes

Setting up Cassandra multi datacenter

This example helps you to setup Cassandra cluster with multi datacenter (in few minutes) and explore the client options to connect to the Cassandra server. To achieve this we will be using Docker to setup the cluster and Datastax Java driver client to connect.

This example contains 4 modules, which are,

Cassandra server setup

Assuming you have some basic knowledge of Docker, you can find the rest of the information here.

Client

There is a simple Java app which we will be using to connect to the server.

Stress test (optional)

This stress test helps us to understand how Cassandra server/client works and what configuration is best for us. Sure this might not be enough but this is a good start.

Monitoring

And of course we need something to monitor our configuration and this module will help you out with that.