About Apache Cassandra
From Wikipedia - “Apache Cassandra is a free and open-source distributed NoSQL database management system designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure”.
Features of Apache Cassandra
- Decentralized. No master node. Multiple nodes in a cluster. Data is distributed across nodes
- Replication supported across multiple data centers.
- Scalable - Throughput increase linearly with new machines
- Fault-tolerant - Failed nodes can be replaced with no downtimes
- Flexible consistency
Source code:
Version: cassandra-3.9