Skip to content

joshnuss/river

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example distributed key/value store using RAFT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published