README.MD
April 21, 2016 ยท View on GitHub
Spring Data Cassandra Examples
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
CassandraTemplateto perform basic CRUD data access operations to a Cassandra database. - Examples using the Spring Data
Repositoryabstraction and Cassandra support for performing CRUD data access operations as well as running queries using convention along with Cassandra OQL.
Requirements
- Java Development Kit (JDK) 8
Build
$mvn clean install
References
- 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...