-1

How to integrate the spring with cassandra and how to use with multiple table.Please explain with example.

I read about easycassandra

Thanks in advance

David Webb
  • 482
  • 4
  • 11
user3359503
  • 31
  • 1
  • 7
  • [What have you tried so far?](http://whathaveyoutried.com) (We're not here to do all the work - you need to have at least attempted to solve this yourself after reading the relevant documentation.) – John Parker May 23 '14 at 13:02
  • I read and implement the simple java file to do this but i can't find anything that can help me in spring data cassandra – user3359503 May 24 '14 at 08:38

1 Answers1

2

Spring Data Cassandra was Released this week and it does everything you need. It is the official Spring and Cassandra integration module.

http://projects.spring.io/spring-data-cassandra/

David Webb
  • 482
  • 4
  • 11
  • Please note: The link above works, but the https version of it does not pull in much of the page. Not sure what is going on with it. This could be a problem for people using extenstions that auto-https everything https://projects.spring.io/spring-data-cassandra/ – crig Feb 13 '17 at 18:22