This document provides an introduction to modeling data in Cassandra. It discusses the basics of how Cassandra stores data, including column families, rows, and keys. It also covers modeling data using collections like sets, lists, maps, and JSON. The document discusses approaches to data modeling in Cassandra and emphasizes starting with how the data will be queried. It provides examples of querying and indexing data and considerations for partitioning and filtering queries.
Related topics: