raft-algorithm
There are 43 repositories under raft-algorithm topic.
lni/dragonboat
A feature complete and high performance multi-group Raft library in Go.
sofastack/sofa-jraft
A production-grade java implementation of RAFT consensus algorithm.
wenweihu86/raft-java
Raft Java implementation which is simple and easy to understand.
jgroups-extras/jgroups-raft
Implementation of the Raft consensus protocol in JGroups
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
shaj13/raft
raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol
sunhay/mit-6.824-2017
MIT's 6.824: Distributed systems course (2017)
zarusz/SlimCluster
Consensus (Raft) and Memberlist (SWIM) implementation for .NET micro-services
CoderiGenius/RocksRaft
基于Raft一致性协议的分布式存储系统,参考阿里巴巴SOFAJRaft并使用Java从零实现。Distributed storage system based on Raft consistency protocol, referencing Alibaba SOFAJRaft and implemented from scratch using Java
acehi/thesecretlivesofdata-cn
Raft 分布式共识算法动画演示中文最新版,也包含官方中文版raft集群在线演示网站两种。
keisku/raftkv
A simple distributed key-value store by using hashicorp/raft
zhaomengit/raft-comment
对etcd中实现的raft算法进行注释
debajyotidasgupta/raft-consensus
Simple implementation of raft based consensus algorithm used in distributed systems. This application is built for demonstration purpose and can be extended by other users to make more sophisticated system. This application is completely written using Golang and addon packages
kristianmitk/rasp
Design and Development of a consensus algorithm on embedded systems with Raft & ESP8266
duncanfinney/node-distributed-text-system
a simple distributed text editor built on the raft protocol (https://raft.github.io/) and MQTT
lisael/pony-raft
Pony implementation of raft consensus algorithm
csaide/prism
Next generation rust key value store.
anthonycorletti/pontoon
Pontoon is a Ruby implementation of the Raft algorithm.
fin-ger/simple-raft-node
This repository contains a wrapper for the raft-rs crate providing a simple interface for a raft node
lycantropos/consensual
Implementation of raft consensus algorithm
priyangshupal/kv-store-grpc-raft
Golang implementation of the Raft consensus protocol using gRPC. Achieved operation replication speeds of ~3000 operations/sec with 3 nodes and ~2000 operations/sec with 5 nodes.
simonalong/rafter
Rafter:实现raft算法的一个框架,该框架不做持久化存储,但是提供了接口,可以跟任何一个持久化存储系统结合,成为一个强一致性的分布式系统,待开发中
yangshj/serge-raft
Raft协议--java
aryanGupta-09/Raft-Algorithm
Raft algorithm with lease functionality.
beijing-penguin/raft-java
raft-java
Nitinkumar-Gove/raft
This repository stores the implementation of Raft algorithm using python, java, rabbitMQ and redis.
al8n/rafty
Raft algorithm implementation based on Tokio async runtime.
hdhauk/TTK4145-Lift
Distributed lift controller, based on Raft consensus. Project for the course TTK4145
kpunjabi/cs733
Engineering a Cloud : Advanced Distributed Systems
Lord-Y/rafty
Rafty is a library for maintaining a replicated state machine following the Raft consensus protocol
matteobjornsson/Rock-em-Sock-em-RAFT
Distributed Systems project. An implementation of the Raft consensus algorithm supporting an online game of Rock ’Em Sock ’Em Robots.
TomStuart92/asfalis
asfalís is a distributed log structured database written in go
w41ter/bior
Yet another raft consensus protocol Golang implementation.