Stars
raft
16 repositories
A raft-based java library for building high-available, high-durable, strong-consistent commitlog.
Raft Java implementation which is simple and easy to understand.
A production-grade java implementation of RAFT consensus algorithm.
Basic Sources for MIT 6.824 Distributed Systems Class
脱离 mit6.5840(前 mit6.840)实现而来,实现 raft 强一致性分布式共识算法,使用 kv 键值对外提供强一致的服务注册等服务
mit6.824 raft project with full document and tutorial
Raft distributed consensus algorithm implemented in Rust.