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,
Assuming you have some basic knowledge of Docker, you can find the rest of the information here.
There is a simple Java app which we will be using to connect to the server.
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.
And of course we need something to monitor our configuration and this module will help you out with that.