This document provides an introduction to Apache Cassandra, a distributed column-based NoSQL database. It discusses Cassandra's features such as horizontal scaling, high availability without a single point of failure, and supporting large amounts of data. It also briefly explains how Cassandra works by distributing data across nodes, and introduces the Cassandra Query Language for querying the database and includes references for further reading.