Why you write this? I just finished all our distributed data environment and woah’ guys, it was hard! Let’s do a quick summary about what I did and in the…
Tag: Cassandra
You don’t just want to do know that your system is working, you want to know that your system is working well. Gathering performance metrics is essential in knowing this.…
One challenge often arises when breaking down monolithic applications into microservices: reworking the data layer. One of the common tasks is to migrate the relational database into a more scalable…
BACKGROUND While working on modelling a schema in Cassandra I encountered the concept of Materialized Views (MV). MVs are basically a view of another table. So any CRUD operations performed…
BACKGROUND From other posts you should know that we’re now working with Cassandra, is a nice decentralized way of storage data but, power is nothing without control. So in order…
Some background On the last days we try to run Cassandra working on a Kubernetes Cluster, it will be one of the keys of our infrastructure so it’s a good…