This document discusses building Java applications with Apache Cassandra. It provides an overview of building and deploying a sample auction application using Cassandra for storage. It covers designing Cassandra schemas for users, auctions, and bids, and using the DataStax Java driver mapping API to interact with Cassandra from Java code. The document also compares Spring Boot and Dropwizard frameworks for building Cassandra-backed applications.
Related topics: