Apache Cassandra is an open source distributed database management system designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure. Cassandra offers robust support for clusters spanning multiple datacenters, with asynchronous masterless replication allowing low latency operations for all clients.
This stack is a a 4-node Cassandra cluster setup, with 2 seed nodes. Since Cassandra has a symmetric architecture, the nodes in this stack share the similar states, except that a daemon in the first seed node will be started before others.
