Apache Cassandra

Related articles

Apache Cassandra is a NoSQL database with linear scalability. For more information, see the official documentation.

Installation

Install the cassandraAUR package.

Python API

To use the Python API, install the proper Cassandra driver.

$ pip install cassandra-driver

For more information on how to use the Python API for Cassandra, see the API documentation.