This post originated from an RSS feed registered with Java Buzz
by justin cater.
Original Post: Spring Data Cassandra Example
Feed Title: Java Code Geeks
Feed URL: http://feeds.feedburner.com/JavaCodeGeeks
Feed Description: Java 2 Java Developers Resource Center
In the previous example, we demonstrated the configuration of Spring Data with GemFire, an in-memory NoSQL Database. So continuing on the same series, in this example we shall demonstrate how to connect Spring Data Application to Apache Cassandra, a Column based NoSql Database. Cassandra is a Distributed Database Management System that can handle large amounts ...