Cassandra Monique Batie
Apache cassandra is an open source nosql distributed database trusted by thousands of companies for scalability and high availability without compromising performance. This is the official documentation for apache cassandra. Since it is a distributed database, cassandra can (and usually does) have multiple nodes.
A node represents a single instance of cassandra. Oct 29, 2025you can start cassandra with sudo service cassandra start and stop it with sudo service cassandra stop. Read through the cassandra basics to learn main concepts and how cassandra works at a high level.
To understand cassandra in more detail, head over to the docs. Cassandra was initially designed at facebook using a staged event-driven architecture (seda). Cassandra 5.0 introduces vector search, which leverages storage-attached indexing and dense indexing techniques to transform data exploration and analysis.
Install the rpm build on centos and rhel-based distributions if you want to install cassandra using yum. Here are known cassandra client drivers organized by language. Before choosing a driver, you should verify the cassandra version and functionality supported by a specific driver.
Cassandra’s default configuration file, cassandra.yaml, is sufficient to explore a simple single-node cluster.