About 1,520 results
Open links in new tab
  1. 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.

  2. Apache Cassandra | Apache Cassandra Documentation

    Since it is a distributed database, Cassandra can (and usually does) have multiple nodes. A node represents a single instance of Cassandra. These nodes communicate with one another …

  3. Apache Cassandra | Apache Cassandra Documentation

    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. Browse through the …

  4. Apache Cassandra | Apache Cassandra Documentation

    Oct 29, 2025 · The default location of log and data directories is /var/log/cassandra/ and /var/lib/cassandra. Start-up options (heap size, etc) can be configured in /etc/default/cassandra.

  5. Welcome to Apache Cassandra’s documentation! | Apache …

    This is the official documentation for Apache Cassandra. If you would like to contribute to this documentation, you are welcome to do so by submitting your contribution like any other patch …

  6. Overview | Apache Cassandra Documentation

    Overview Apache Cassandra is an open-source, distributed NoSQL database. It implements a partitioned wide-column storage model with eventually consistent semantics. Cassandra was …

  7. Installing Cassandra | Apache Cassandra Documentation

    Install the RPM build on CentOS and RHEL-based distributions if you want to install Cassandra using YUM. Install the Debian build on Ubuntu and other Debian-based distributions if you …

  8. Getting Started | Apache Cassandra Documentation

    Additional information This section covers how to get started using Apache Cassandra and should be the first thing to read if you are new to Cassandra.

  9. Configuring Cassandra | Apache Cassandra Documentation

    Cassandra’s default configuration file, cassandra.yaml, is sufficient to explore a simple single-node cluster. However, anything beyond running a single-node cluster locally requires …

  10. Cassandra Documentation - Apache Cassandra Quickstart

    Cassandra is a distributed database that can read and write data across multiple nodes with peer-to-peer replication. The Cassandra Query Language (CQL) is similar to SQL but suited for the …