July 14, 2008
Apache Cassandra open sourced
FacebookThe social network founded by Mark Zuckerberg — grew into Meta and reshaped online advertising. released Cassandra as open sourceSoftware whose source code is freely available to use, modify, and redistribute. on July 14, 2008 — a distributed wide-column database inspired by Amazon Dynamo and Google Bigtable.
What it was for
Cassandra trades joins for linear scalability: data is partitioned across a ring of nodes with tunable consistency. FacebookThe social network founded by Mark Zuckerberg — grew into Meta and reshaped online advertising. built it for inbox search; Netflix, Apple, and Discord later ran it for massive write-heavy workloads. It joined the Apache Incubator in 2009 and graduated as a top-level project in 2010 — a flagship NoSQLDatabase designs beyond traditional tables — documents, key-value, graph, and wide-column stores. option beside MongoDBA document-oriented NoSQL database — stores JSON-like records instead of rigid relational tables. and RedisAn in-memory data store — used for caching, queues, pub/sub, and real-time features..
Companies
- Apache Software Foundation
- Meta
Why it's here
Cassandra brought FacebookThe social network founded by Mark Zuckerberg — grew into Meta and reshaped online advertising.-scale distributed storage patterns to the open-source world.
Why it mattered
It proved wide-column NoSQLDatabase designs beyond traditional tables — documents, key-value, graph, and wide-column stores. could run in production at billion-row scale with no single point of failure.
What it solved
Web-scale apps needed always-on storage that survived node and datacenter failures without a central master.
Media
- ImageApache Cassandra
Apache Software Foundation, Apache License 2.0, via Wikimedia Commons
Related
- MongoDB first releasedFebruary 11, 2009
- Redis first releasedFebruary 26, 2009
- CouchDB 0.7.0 releasedNovember 16, 2007
- MariaDB first releasedOctober 29, 2009