MATERIALIZED VIEWS in Cassandra 3.0

Have you been bothered by the way Cassandra organized data, and that you need to frequently deduplicate data just to modify or find them at once? Not to bother updating them using the infamous consistency level of QUORUM, which may yield you Cassandra in less that consistent state. MATERIALIZED VIEWS Materialized views are just another… Continue reading MATERIALIZED VIEWS in Cassandra 3.0

Published

Running Jaeger with Cassandra

This post will detail a single caveat with running Jaeger with Cassandra as it’s backend (ie. the place where Jaeger stores data) that I’ve ran into while developing SMOK. What is what? Jaeger is a tool to provide traces. Ie. if you have a microservice-based app, it may take a couple of calls between microservices… Continue reading Running Jaeger with Cassandra

Published