Spring Data Cassandra - Introduction



As we know that, the Spring Data framework is the umbrella project which contains many sub−frameworks. All these sub frameworks deal with data access which is specific to a database. Spring Data Cassandra is one of the sub−framework of the Spring Data project that provides access to the Cassandra a Column based NoSql database. It offers a familiar interface for those who have worked with other modules of the Spring Data in the past. Before jumping the Spring Data Cassandra, lets have a basic understanding of Cassandra.

Advertisements