This Maven project contains examples showcasing the features and functionality of the Spring Data Cassandra project.
This includes, but is not limited to...
- Examples of basic setup and configuration of Cassandra using Spring, and specifically, both Spring Data Cassandra Java and XML configuration meta-data support.
- Examples using the
CassandraTemplate
to perform basic CRUD data access operations to a Cassandra database. - Examples using the Spring Data
Repository
abstraction and Cassandra support for performing CRUD data access operations as well as running queries using convention along with Cassandra OQL.
- Java Development Kit (JDK) 8
$mvn clean install
- Spring Data Cassandra Project Home Page
- Spring Data Cassandra Reference Guide
- Spring Data Cassandra API
- Apache Cassandra
- Planet Cassandra
- DataStax Academy
- DataStax Documentation
- DataStax Driver API
TODO: more content...