machi/prototype/chain-manager
2015-03-03 17:10:30 +09:00
..
docs Remove obsolete & duplicate documentation, etc 2015-03-03 17:10:30 +09:00
include Rename prototype/poc-machi -> prototype/chain-manager 2015-03-02 20:25:40 +09:00
src Remove obsolete & duplicate documentation, etc 2015-03-03 17:10:30 +09:00
test Initial cleanup 2015-03-03 16:49:32 +09:00
.gitignore Remove obsolete & duplicate documentation, etc 2015-03-03 17:10:30 +09:00
LICENSE Rename prototype/poc-machi -> prototype/chain-manager 2015-03-02 20:25:40 +09:00
Makefile Remove obsolete & duplicate documentation, etc 2015-03-03 17:10:30 +09:00
README.md Remove obsolete & duplicate documentation, etc 2015-03-03 17:10:30 +09:00
rebar.config Remove obsolete & duplicate documentation, etc 2015-03-03 17:10:30 +09:00
rebar.config.script Rename prototype/poc-machi -> prototype/chain-manager 2015-03-02 20:25:40 +09:00

The chain-manager prototype

This is a very early experiment to try to create a distributed "rough consensus" algorithm that is sufficient & safe for managing the order of a Chain Replication chain, its members, and its chain order.

Compilation & unit testing

Use make and make test. Note that the Makefile assumes that the rebar utility is available somewhere in your path.

Tested using Erlang/OTP R16B and Erlang/OTP 17, both on OS X.

It ought to "just work" on other versions of Erlang and on other OS platforms, but sorry, I haven't tested it.