Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.48 KB

README.MD

File metadata and controls

35 lines (25 loc) · 1.48 KB

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 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.

Requirements

  • Java Development Kit (JDK) 8

Build

$mvn clean install

References

TODO: more content...