
Apache Cassandra | Apache Cassandra Documentation
Apache Cassandra is an open source NoSQL distributed database trusted by thousands of companies for scalability and high availability without compromising performance.
Apache Cassandra - Wikipedia
The developers at Facebook named their database after Cassandra, the mythological Trojan prophetess, referencing her curse of making prophecies that were never believed.
Cassandra (NoSQL) Database - GeeksforGeeks
Jul 12, 2025 · Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school …
What Is Cassandra? | IBM
Apache Cassandra (Cassandra) is an open source NoSQL database built for managing large amounts of data across multiple data centers. Designed as a distributed database management system …
What Is Cassandra? (Definition, How It Works) | Built In
Aug 18, 2025 · Cassandra is an open-source, distributed NoSQL database designed to manage large volumes of structured and unstructured data across multiple servers. It offers high availability, fault …
What is Apache Cassandra? - aws.amazon.com
Apache Cassandra is an open-source, NoSQL database designed to store data for applications that require fast read and write performance. With Cassandra, data is organized into keyspaces and tables.
Cassandra - Introduction - Online Tutorials Library
Apache Cassandra is a highly scalable, high-performance distributed database designed to handle large amounts of data across many commodity servers, providing high availability with no single point of …
About Apache Cassandra | Apache Cassandra 3.0 - DataStax …
Feb 18, 2022 · Apache Cassandra™ is a massively scalable open source NoSQL database. Cassandra is perfect for managing large amounts of structured, semi-structured, and unstructured data across …
The Apache Cassandra Beginner Tutorial - freeCodeCamp.org
Jul 15, 2021 · In this tutorial I will introduce you to Apache Cassandra, a distributed, horizontally scalable, open-source database. Or as Cassandra users like to describe Cassandra: "It's a database …
Apache Cassandra - GitHub
Row store means that like relational databases, Cassandra organizes data by rows and columns. The Cassandra Query Language (CQL) is a close relative of SQL. For more information, see the Apache …