A Distributed Key Value Store, Inspired from ETCD which uses RAFT for log replication and leader elections.
a distributed, reliable key-value database using Raft consensus algorithm
Distributed key-value store built with Raft consensus in Haskell.
C++ implementation of raft consensus
A Go & gRPC implementation of a RAFT protocol cluster.
raft based on asio / c++14
Raft in Rust,self learn
Raft implementation using akka.
Implementation of Raft Consensus Algorithm in Java
raft 共识算法
A Java implementation of Raft
⛵ Raft Consensus Algorithm (prototype, will be implemented in C++ https://github.com/skyzh/raft)
An implementation of Raft in Go
An Elixir implementation of the Raft consensus algorithm
Done: election, log replication.
[WIP] The Raft implementation in Go
Implement raft by java, just a toy.
rpc transport for the hashicorp raft library
Fault-tolerant Sharded Key/Value Service in Raft
Dockerized Distributed reliable key-value store for the most critical data of a distributed system
Overly simplified raft implementation
Labs of 6.824
a distributed task schedule system which high avaliabled and strong data consistent by Raft.
Toy implementation of Raft consensus written in Elixir
An easy raft implementation in Python
Rafty - Simulation of Raft processes
Go Concurrent Systems Projects
simplified, drop-in raft package
Python implementation of the Raft consensus algorithm
Implementation of a distributed system in Go.
Quorum 1 node dockerized setup
A simple implementation of Raft consensus algorithm. Still very much a work in progress
rust rpc playground
An implementation of raft consensus implementation in Akka.
An embeddable raft implementation of the badger key-value store.
A Java implementation of a distributed ticketing kiosk system based on RAFT
Python asyncio RAFT (Flexible Paxos) consensus algorithm implementation [under development]
A fault tolerant and scalable distributed cluster which is capable of cold start, work stealing, consensus and replication in a large decentralized ne...
A kind of proxy for stateful services with election function
🛶 raft consensus algorithm in rust
next-generation stock online transaction processing system POC. distributed message queue that support total ordering and fault-tolerance.
my own raft implementation by go
another raft protocol implementation by go programming language, just for learning raft
raft
RAFT C wrapper, origin go implement by coreos
an example to use raft to make a cluster