This document provides an overview of Apache Cassandra and how it can be used to build a Twitter-like application called Twissandra. It describes Cassandra's data model using keyspaces and column families, and how they can be mapped to represent users, tweets, followers, and more. It also shows examples of common operations like inserting and querying data. The goal is to illustrate how Cassandra addresses issues like scalability and availability in a way relational databases cannot, and how it can be used to build distributed, highly available applications.