> For the complete documentation index, see [llms.txt](https://jack80342.gitbook.io/spring-boot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jack80342.gitbook.io/spring-boot/iv.-spring-boot-features/30.-working-with-nosql-technologies/30.7-cassandra.md).

# 30.7 Cassandra

[Cassandra](https://cassandra.apache.org/)是一个开源的、分布式数据库管理系统，设计用于处理跨很多商品服务器的大数据。Spring Boot为Cassandra提供自动配置。[Spring Data Cassandra](https://github.com/spring-projects/spring-data-cassandra)提供在它之上的抽象。`spring-boot-starter-data-cassandra`“Starter”方便地收集了依赖。
