RAFT Consensus Implementation
minimal raft in C#
A Distributed Log (in progress).
Simple distributed Key-Value storage based on Raft and Gossip with web ui.
A Distributed SQL Database written in Rust
Distributed key-value store and implementation of the Raft distributed consensus protocol in Rust
a simple implementation of the Raft consensus algorithm in Go
A networked file storage application in Go that lets users sync files to and from the cloud. Uses the RAFT protocol for fault-tolerance and consistent...
Minimal and simple raft implementation in go for learning
Yet another raft implementation
Distributed key-value store
MyRa es un algoritmo de consenso distribuido desarrollado en Java. Este algoritmo de consenso se basa en el algoritmo Raft con algunas modificaciones.
Server-side host, APIs (REST/gRPC/TCP), orchestration, and integrations
small projects in go from MIT course, containing map reduce, concurrency programming, and raft
mit6.5840 implentation
not so good raft implementation in go
Mit 6.824(6.5840) 2024 solution
raft distributed consensus algorithm
Raft consensus-based distributed, fault-tolerant key-value store built in Go
Visualising and computing optical flow with RAFT architecture
Simple implementation of the Raft Consensus Algorithm in Go.
Raft consensus implemented in Go
Basic Raft library in Go for maintaining replicated state machine.
Quality of life UI mod for Raft
A simple messaging layer
learning Raft consensus algorithm and distributed KV store
A distributed key-value storage based on raft algorithm
Sybline is a message broker aiming to simplify your backend while maintaining a highly avaliable in a secure manner
A small actor system written in kotlin using Coroutines.
A basic Learning Management System (LMS) built using Python, gRPC, and SQLite. The project implements Raft for consensus and fault tolerance, consiste...
A key/value store based on etcd's raft.
A toy implementation of raft for consensus in Java using gRPC and RocksDB
distributed key value store
Basic Raft implementation in Golang
mökv is a distributed, in-memory key-value store.
go 语言实现的 分布式、强一致性 延迟消息 MQ 系统
simple raft based key-value store
MIT6.5840(旧MIT6.824)Raft算法的Go语言实现,通过竞态检测条件测试1000次以上。