Apache Cassandra

Apache Cassandra
Original author(s)Avinash Lakshman, Prashant Malik / Facebook
Developer(s)Apache Software Foundation
Initial releaseJuly 2008; 16 years ago (2008-07)
Stable release
5.0.1[1] Edit this on Wikidata / September 26, 2024; 19 days ago (September 26, 2024)
Repository
Written inJava
Operating systemCross-platform
Available inEnglish
TypeNoSQL Database, data store
LicenseApache License 2.0
Websitecassandra.apache.org Edit this on Wikidata

Apache Cassandra is a free and open-source, distributed, wide-column store, NoSQL, database management system designed to handle large amounts of data across multiple commodity servers, providing availability with no single point of failure. Cassandra supports clusters and spanning of multiple data centers[2] with asynchronous and master-less replication. It allows low latency operations for all clients. Cassandra implements a combination of Amazon's Dynamo distributed storage and replication techniques combined with Google's Bigtable data and storage engine model.[3]

  1. ^ https://github.com/apache/cassandra/releases/tag/cassandra-5.0.0. {{cite web}}: Missing or empty |title= (help)
  2. ^ Casares, Joaquin (November 5, 2012). "Multi-datacenter Replication in Cassandra". DataStax. Retrieved July 25, 2013. Cassandra's innate datacenter concepts are important as they allow multiple workloads to be run across multiple datacenters...
  3. ^ "Apache Cassandra Documentation Overview". Retrieved January 21, 2021.