Cassandra
Cassandra is a distributed, wide-column NoSQL database designed to handle large amounts of data across many commodity servers, while providing high availability and no single point of failure. It was named after the Greek mythological figure Cassandra. The project originated at Facebook to support scalable data storage for several applications and was released as an Apache Software Foundation project in 2008, later becoming a widely used database in the NoSQL ecosystem.
Cassandra uses a column-family data model. Tables have a primary key consisting of a partition key and
Architecture and replication: Cassandra relies on a peer-to-peer ring of nodes with no single master. Nodes
Consistency, availability, and maintenance: Cassandra emphasizes availability and partition tolerance in practice and provides tunable consistency
Use and ecosystem: Cassandra is well suited to large-scale, write-heavy workloads such as real-time analytics, time-series