Raft Consensus Algorithm implementation used by FOIVER system.
Use raft-foiver as a library rather than a framework. Please refer to the usage example in raftexample.
- raftexample: Example Usage
- raftrpc: RPC Transport
- raftthrift: Thrift IDL
RAFT-FOIVER is inspired by etcd-io/raft, without which this project would not have been possible.
RAFT-FOIVER is distributed under the Apache License 2.0. The licenses of third party dependencies of RAFT-FOIVER are explained here.
RAFT is Part of PROJECT: FOIVER