Cassandra.Link
The best knowledge base on Apache Cassandra®
Helping platform leaders, architects, engineers, and operators build scalable real time data platforms.
A collection of 4 posts
scalar-labs/scalar-jepsen
1/27/2021
Clone Jepsen repository Configure to mount scalar-jepsen directory by editing ${JEPSEN_ROOT}/docker/docker-compose.dev.yml like the following control: volumes: - ${JEPSEN_ROOT}:/jepsen ...
Jepsen: Cassandra
Previously on Jepsen, we learned about Kafka’s proposed replication design.Cassandra is a Dynamo system; like Riak, it divides a hash ring into a several chunks, and keeps N replicas of each chunk on ...
Testing Apache Cassandra with Jepsen: How to Understand and Produce Safe Distributed Systems - YouTube
Testing Apache Cassandra with Jepsen
IntroductionAs a developer, I've found that looking for new ways to effectively test software has a dramatic payoff. We've written about some of the techniques we use at DataStax in the past. These wr...