raft-consensus-algorithm topic
raft
raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol
miniraft
🚣♀️ <1kloc, well-documented Raft consensus algorithm implementation
oraft
Library of Raft consensus algorithm implemented in OCaml
huffleraft
Replicated key-value store driven by the raft consensus protocol :mountain_bicyclist:
timeMachine
A distributed fault tolerant scheduler that is horizontally scalable 🔥
raft
An implementation of the Raft consensus protocol.
java-raft
A Java implementation of the Raft consensus algorithm
robustirc
RobustIRC - an IRC network without netsplits, implemented in Go using the Raft consensus algorithm
RocksRaft
基于Raft一致性协议的分布式存储系统,参考阿里巴巴SOFAJRaft并使用Java从零实现。Distributed storage system based on Raft consistency protocol, referencing Alibaba SOFAJRaft and implemented from scratch u...