Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Latest commit

 

History

History

counter-cass-acyc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Chaos test of distributed operation-based Counter CRDT

This test configuration establishes a setup of three eventuate locations connecting with a three node Cassandra (version 2.2.3) cluster. The eventuate locations are connected in an acyclic (linear) replication network.

  • Eventuate locations
    • location1
    • location2
    • location3
  • Cassandra nodes
    • c1 (seed node)
    • c11
    • c12

Quick start

sudo blockade up
sudo ../../crdt-counter-partitions.py

Help

Please consult the related README of the Counter CRDT example for further information on these advanced test setups.