项目作者: rvprg

项目描述 :
Distributed Consensus.
高级语言: Java
项目地址: git://github.com/rvprg/sumi.git
创建时间: 2017-02-02T23:14:02Z
项目社区:https://github.com/rvprg/sumi

开源协议:Apache License 2.0

下载


SUMI

This is a program that implements the distributed consensus algorithm Raft.

You can learn about the Raft consensus algorithm in a brilliant Diego Ongaro’s PhD thesis,
Consensus: Bridging Theory and Practice. (pdf)

This program implements all the core functionalities:

  • Leader Election
  • Log Replication
  • Dynamic Membership Changes
  • Log Compaction