cassandra
Apache Cassandra is a highly scalable, distributed NoSQL database designed for handling large volumes of data across multiple nodes with no single point of failure.
About
Apache Cassandra was originally developed at Facebook to power their inbox search feature, combining ideas from Amazon's Dynamo (distributed design, consistent hashing, eventual consistency) with Google's Bigtable (column-family data model, log-structured storage). Open-sourced i…