Skip to content

jxblum/spring-data-cassandra-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Examples for the Spring Data Cassandra Project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages