// databases-warehouses
Distributed Wide-Column Store
Highly scalable, distributed NoSQL database designed to handle large amounts of data across many commodity servers with no single point of failure. Provides high availability and linear scalability. Ideal for applications requiring continuous availability and massive write throughput.
Python data engineers use the `cassandra-driver` library to read from and write to Cassandra clusters in high-write-throughput scenarios — IoT event ingestion, clickstream storage, and time-series data. Engineers model data around query patterns rather than normalization, designing partition keys that keep related rows co-located for fast reads.
Highly scalable, distributed NoSQL database designed to handle large amounts of data across many commodity servers with no single point of failure. Provides high availability and linear scalability. Ideal for applications requiring continuous availability and massive write throughput.
Yes, Apache Cassandra is free to use.
Apache Cassandra is listed under the Databases & Data Warehouses category on Python Data Engineering.
Details
Related
| Tool | Pricing | Rating | |
|---|---|---|---|
RI Riak Distributed Key-Value Store | Free | ★ 3.8 | → |
AH Apache HBase Distributed Column-Family Store | Free | ★ 4.2 | → |
RE RethinkDB Realtime Document Database | Free | ★ 4.0 | → |