River
Example distributed key/value store using RAFT
Install / Use
/learn @joshnuss/RiverREADME
River
Example distributed Key/Value cluster using RabbitMQ's RAFT implementation
Installation
git clone https://github.com/joshnuss/river.git
cd river
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
