SaaSHub helps you find the best software and product alternatives Learn more →
Apache Cassandra Alternatives
Similar projects and alternatives to Apache Cassandra
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
PostgreSQL
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
-
Redis
For developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.
-
Ansible
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.
-
-
-
MySQL
MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
-
-
-
-
-
-
-
CouchDB
Seamless multi-primary syncing database with an intuitive HTTP/JSON API, designed for reliability
-
-
-
-
-
-
Apache Cassandra discussion
Apache Cassandra reviews and mentions
- More databases should be single-threaded
- The AI-Native GraphDB + GraphRAG + Graph Memory Landscape & Market Catalog
-
PostgreSQL Maximalism
Alternatives to: DuckDB, Apache Cassandra, Amazon RedShift, Google BigQuery, Snowflake, InfluxDB, Prometheus, Amazon Timestream
-
Twitter's 600-Tweet Daily Limit Crisis: Soaring GCP Costs and the Open Source Fix Elon Musk Ignored
Cassandra: Cassandra is a highly scalable and fault-tolerant NoSQL database. It is designed to handle large amounts of data across multiple commodity servers, making it suitable for high-availability and data-intensive applications.
-
Exploring the Journey of Apache Cassandra: Innovation, Funding, and Community Impact
Apache Cassandra’s design is centered around a powerful combination of decentralisation and horizontal scalability. Distributed evenly across numerous nodes, its architecture minimizes risks associated with hardware failures while ensuring high availability. Developers benefit from its flexibility in handling read and write operations, making it a robust solution for real-time data processing. For a deeper technical dive and ongoing contributions, developers and stakeholders can visit the Apache Cassandra GitHub repository. The platform’s continuous evolution is fueled by a vibrant community that is as passionate about innovation as it is about maintaining technological excellence. The success of Apache Cassandra also prompts comparisons with emerging funding models, such as those seen in blockchain and NFT projects like the World of Women NFT Collection. Although these token-based funding models are relatively novel, the fundamental principle of community-driven sustainability is a shared hallmark with Apache Cassandra’s approach.
-
Concurrency bugs in Lucene: How to fix optimistic concurrency failures
We have something very similar[1] we use in the Apache Cassandra project to test complex cluster behaviours.
We use exactly the same basic technique, using byte weaving to intercept concurrency primitives such as synchronized, LockSupport etc to pause the system thread and run them on some schedule.
We only currently run (deterministic) probabilistic traces though, we can’t search a thread interleaving space.
I have been meaning to publish it for broader consumption for years now, but there’s always something more important to do. It’s great to see some dedicated efforts in this space.
[1] https://github.com/apache/cassandra/tree/trunk/test/simulato...
-
Visualizing the Apache Cassandra Token Ring with Plotly
Cassandra uses Murmur3, a hashing function that generates 64-bit tokens in the range of [−263,263−1][-2^{63},2^{63} - 1] [−263,263−1] . Each vnode in the cluster assigned a token it is responsible for. The token marks the end of a range, and the previous token defines the start. To visualize the token ring, we first need to calculate the token ranges, by:
-
System Design: Databases and DBMS
Apache Cassandra
-
How to Choose the Right MQTT Data Storage for Your Next Project
Apache Cassandra{:target="_blank"} is a highly scalable and fault-tolerant database that can handle large volumes of data across multiple nodes or clusters. It provides fast read and write operations, making it suitable for real-time analytics or applications with high throughput requirements.
- 10+ Open-Source Projects For Web Developers In 2023
-
A note from our sponsor - SaaSHub
www.saashub.com | 7 Jun 2026
Stats
apache/cassandra is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of Apache Cassandra is Java.