raft-consensus-algorithm
There are 263 repositories under raft-consensus-algorithm topic.
baidu/braft
An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
maxpert/marmot
A distributed SQLite replicator built on top of NATS
dotnet/dotNext
Next generation API for .NET
wenweihu86/raft-java
Raft Java implementation which is simple and easy to understand.
willemt/raft
C implementation of the Raft Consensus protocol, BSD licensed
rabbitmq/ra
A Multi-Raft implementation for Erlang and Elixir that strives to be efficient and make it easier to use multiple Raft clusters in a single system.
atomix/copycat
A novel implementation of the Raft consensus algorithm
Wangzhike/MIT6.824_DistributedSystem
MIT6.824分布式系统(2018秋)
mosuka/cete
Cete is a distributed key value store server written in Go built on top of BadgerDB.
MicroRaft/MicroRaft
Feature-complete implementation of the Raft consensus algorithm in Java
pablosmedina/ckite
CKite - A JVM implementation of the Raft distributed consensus algorithm written in Scala
ThreeMammals/Rafty
Implementation of RAFT consensus in .NET core
lni/dragonboat-example
Examples for Dragonboat
robustirc/robustirc
RobustIRC - an IRC network without netsplits, implemented in Go using the Raft consensus algorithm
wqlin/mit-6.824-2018
Solutions to mit 6.824 2018
spacewalkhq/raft-rs
An understandable, fast and scalable Raft Consensus implementation
shaj13/raft
raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol
klboke/raft-animation
Raft 分布式共识算法动画演示中文版,加强理解Raft领导选举和日志复制两大关键流程
yongman/leto
A key value storage example powered by hashicorp raft and BadgerDB
aarthikrao/timeMachine
A distributed fault tolerant scheduler that is horizontally scalable 🔥
yixuaz/6.824-2018
MIT 6.824 2018 lab. MIT6.824分布式系统(2018秋)
arindas/mit-6.824-distributed-systems
Template repository to work on the labs from MIT 6.824 Distributed Systems course.
jackyzha0/miniraft
🚣♀️ <1kloc, well-documented Raft consensus algorithm implementation
resetius/miniraft-cpp
Raft Consensus Algorithm. Uses in-house C++20 coroutines-based library for communications. Tested with unit-tests.
WyattJia/Kites
🪁 A consistency, partition tolerance completed distributed KV store, implementation of the Raft distributed consensus protocol and Kotlin.
AChepurnoi/raft-kotlin
Kotlin implementation of Raft consensus algorithm
cizixs/awesome-raft
Raft is gaining popularity in distributed systems as a simple and powerful consensus algorithm.
jmsadair/raft
An implementation of the Raft consensus protocol.
smyrgeorge/actor4k
A small actor system written in kotlin using Coroutines.
jacky-xbb/Raf
An Elixir library which implements the Raft consensus protocol
s4ayub/huffleraft
Replicated key-value store driven by the raft consensus protocol :mountain_bicyclist:
komamitsu/oraft
Library of Raft consensus algorithm implemented in OCaml
mosuka/meteora
Distributed key-value store.
feross/raft
An understandable consensus algorithm
gatsbyd/cherry
A C++ implementation of RAFT consensus algorithm
raft-go/raft
🐙🌟 Golang implementation of the Raft consensus protocol 自己动手实现 raft 🪵🪵🪵