raft-consensus-algorithm topic

List raft-consensus-algorithm repositories

raft

107
Stars
17
Forks
Watchers

raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol

miniraft

47
Stars
5
Forks
Watchers

🚣‍♀️ <1kloc, well-documented Raft consensus algorithm implementation

oraft

28
Stars
3
Forks
Watchers

Library of Raft consensus algorithm implemented in OCaml

huffleraft

30
Stars
5
Forks
Watchers

Replicated key-value store driven by the raft consensus protocol :mountain_bicyclist:

timeMachine

91
Stars
11
Forks
Watchers

A distributed fault tolerant scheduler that is horizontally scalable 🔥

raft

29
Stars
1
Forks
Watchers

An implementation of the Raft consensus protocol.

java-raft

16
Stars
5
Forks
Watchers

A Java implementation of the Raft consensus algorithm

robustirc

177
Stars
8
Forks
Watchers

RobustIRC - an IRC network without netsplits, implemented in Go using the Raft consensus algorithm

RocksRaft

19
Stars
7
Forks
Watchers

基于Raft一致性协议的分布式存储系统,参考阿里巴巴SOFAJRaft并使用Java从零实现。Distributed storage system based on Raft consistency protocol, referencing Alibaba SOFAJRaft and implemented from scratch u...