raft-algorithm topic

List raft-algorithm repositories

dragonboat

5.0k
Stars
532
Forks
Watchers

A feature complete and high performance multi-group Raft library in Go.

sofa-jraft

3.5k
Stars
1.1k
Forks
Watchers

A production-grade java implementation of RAFT consensus algorithm.

raft-java

1.2k
Stars
401
Forks
Watchers

Raft Java implementation which is simple and easy to understand.

ckite

213
Stars
28
Forks
Watchers

CKite - A JVM implementation of the Raft distributed consensus algorithm written in Scala

Rafty

193
Stars
30
Forks
Watchers

Implementation of RAFT consensus in .NET core

mit-6.824-2017

56
Stars
25
Forks
Watchers

MIT's 6.824: Distributed systems course (2017)

thesecretlivesofdata-cn

17
Stars
5
Forks
Watchers

Raft 分布式共识算法动画演示中文最新版,也包含官方中文版raft集群在线演示网站两种。

SlimCluster

26
Stars
4
Forks
Watchers

Consensus (Raft) and Memberlist (SWIM) implementation for .NET micro-services

raft

107
Stars
17
Forks
Watchers

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