Spring Data Cassandra - Conclusion



So far we learned, how Spring Data Cassandra is useful in working with Cassandra. We have created a project which connected with the Cassandra database, and performed some CRUD operation. We also learned about the PrimaryKey concept used in Cassandra and did some hands-on coding using this concept.

Advertisements