raft-consensus
There are 53 repositories under raft-consensus topic.
dotnet/dotNext
Next generation API for .NET
wenweihu86/raft-java
Raft Java implementation which is simple and easy to understand.
WenbinZhu/mit-6.824-labs
MIT 6.824 (Distributed Systems) labs in Go
ThreeMammals/Rafty
Implementation of RAFT consensus in .NET core
hhblaze/Raft.Net
Implementation of RAFT distributed consensus algorithm among TCP Peers on .NET / .NETStandard / .NETCore / dotnet
wqlin/mit-6.824-2018
Solutions to mit 6.824 2018
eBay/Gringofts
Gringofts makes it easy to build a replicated, fault-tolerant, high throughput and distributed event-sourced system.
guangqianpeng/raft
An C++ implementation of RAFT consensus algorithm based on jrpc
yusufsyaifudin/raft-sample
Straightforward implementation of Raft Consensus
wenweihu86/distmq
Distributed Message Queue based on Raft
lerna-stack/akka-entity-replication
Akka extension for fast recovery from failure with replicating stateful entity on multiple nodes in Cluster
ldmtam/raft-auto-increment
Distributed, fault-tolerant, persistent, auto-increment ID generation service with Raft consensus
CoderiGenius/RocksRaft
基于Raft一致性协议的分布式存储系统,参考阿里巴巴SOFAJRaft并使用Java从零实现。Distributed storage system based on Raft consistency protocol, referencing Alibaba SOFAJRaft and implemented from scratch using Java
IvanProdaiko94/raft-protocol-implementation
Raft protocol implementation as part of "Distributed databases" course in UCU
danielgatis/go-rafting
A framework to build fault tolerant apps.
tuannh982/sraft
simple RAFT implementation in Java. For educational purposes
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
exchange-core/raftification
RAFT implementation in Java
NPLPackages/TableDB
Key-value database with raft replication support
A5-015/ramen
Raft Consensus Algorithm Coupled With an IEEE 802.11 Based Mesh Network for Embedded Systems
corehacker/raft-consensus
An implementation of Raft Distributed Consensus Protocol (https://raft.github.io/raft.pdf).
kristianmitk/rasp
Design and Development of a consensus algorithm on embedded systems with Raft & ESP8266
nikwl/raft-lite
A simple and lightweight pure Python implementation of RAFT Consensus.
BlockscapeNetwork/raftify
Go package implementing the Raft leader election algorithm, used to turn any application into a Raft node.
e0c9/raft-go
a key/value service on top of Raft
csaide/prism
Next generation rust key value store.
wbrowne/chronicle
Distributed log w/ gRPC, replication, load balancing
fin-ger/simple-raft-node
This repository contains a wrapper for the raft-rs crate providing a simple interface for a raft node
jiup/raft
Still fixing bugs
Venkat2811/DistributedSystems-6.824-Spring2020
Distributed Systems pet project learning using Distributed Systems pet project learning using MIT OpenCourseWare
wearefx/nestjs-leader-election
A quasi-Raft Consensus module for when running multiple instances of NestJs and a single instance is required to be elected as Leader. (NodeJs, TypeScript, Redis)
cedrickchee/bitcask
My key/value store (embedded database) solution for PingCAP training courses
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.
al8n/rafty
Raft algorithm implementation based on Tokio async runtime.
MarcoFontana48/GoogleChubby
Implementation of Google's Chubby distributed file system in Java using Raft consensus algorithm
prxssh/beetle
distributed key-value store using bitcask & raft 🐞