This document provides an overview of Apache Cassandra and how to deploy it using Docker. It begins with an introduction to Docker fundamentals and the CAP theorem. It then covers Cassandra fundamentals, including its history, users, benefits like scalability and consistency options, and challenges. The document demonstrates writes and reads in Cassandra with different consistency levels. It also discusses data replication strategies and calculating consistency. Finally, it previews a demo of deploying Cassandra with Docker and lists additional resources.