IASCRa

Example distributed Key/Value cluster using RabbitMQ's RAFT implementation

Installation

mix do deps.get, compile

Starting the cluster

Run boot script. It forms a cluster of 5 peers, and elects a leader.

./boot.sh

License

MIT