Monday, December 04, 2017

Multi-Tenant Cassandra Clusters With Spring Data Cassandra

DZone Database Zone
Multi-Tenant Cassandra Clusters With Spring Data Cassandra
Multi-Tenant Cassandra Clusters With Spring Data Cassandra

Apache Cassandra is getting more and more popular these days. Some companies may want to operate a multi-tenant cluster. What options does Cassandra provide for this? Do you have your services prepared to do the work properly?

In this article, we will go through a practical example using Spring Boot and spring-data-cassandra.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...