This document discusses using Apache Spark and the Spark Cassandra connector to perform analytics on data stored in Apache Cassandra. It provides an overview of Spark and its components, describes how the Spark Cassandra connector allows reading and writing Cassandra data as Spark RDDs, and gives examples of migrating data from a relational database to Cassandra, performing aggregations with Spark SQL, and using Spark Streaming to process streaming Cassandra data.