Republic 是一款简单易用的 RPC 框架,QPS 在 6000 左右,基于 raft 实现了高可用的注册中心,基于 kotlin 开发,支持 Java、Kotlin。它并不需要寄托于 spring...
Raft model for Runway
Easy scaling distributed Key/Value dababase
Rust implementation of raft distributed consensus algorithm
Key-value database with raft replication support
Raft re-implemented in Rust.
RaftX: An Extended Implementation of the Raft Consensus Protocol
VRAFT is a framework written in C++ that implements RAFT protocol and SEDA architecture. Based on VRAFT, distributed software can be developed easily,...
Raft Consensus Algorithm implementation in Zig
A really tiny KV store
Generate k-sortable 64-bit unique flake ids.
Clusterize your functionality and build your own replicated state machine using this completely extensible implementation of the Raft consensus algori...
Distributed center based on Raft algorithm
开箱即用的支持多租户的 Casbin 权限控制应用。通过 Helm , docker-compose 等工具快速部署一个高性能的可伸缩的 Casbin 应用,无需关心持久化存储 Adapter 。
A simple Raft framework for Rust built on top of the raftbare crate
C++ Examples for Dragonboat
An Erlang implementation of the consensus protocol.
Slides on Raft that I use for my usual talks.
Examples of Ra state machines
A script that allows to automate the piano playing in RAFT
POC - A chat server without any database. It is backed by the Raft consensus algorithm.
A rust implementation of raft election process
The operational tool for Seata-Server.
Raft Consensus Algorithm Coupled With an IEEE 802.11 Based Mesh Network for Embedded Systems
maki made raft
A distributed, in-memory key-value store written in C++
Water level detection using draft marker readings, through the means of computer vision, machine learning and optical flow methods
使用java基于raft协议实现的kv数据库
A cluster coordinator for Dragonboat
A fault-tolerant key value store
Rhosus is a multi-purpose distributed storage written in Go
Go | concurrent programming, synchronization primitives
A simple and lightweight pure Python implementation of RAFT Consensus.
Raft distributed consensus protocol for DLang.
Finish Lab1-3 of mit 6.824 in 2017 and pass all the tests.
kv server based on raft
Raft consensus algorithm logo/mascot
📚Labs of MIT 6.824 Distributed Systems
Angular implementation for RAFT
An implementation of Raft Distributed Consensus Protocol (https://raft.github.io/raft.pdf).
raft的python实现
实现2023年的mit6.824的四个labs和三个challenges
Package raft implements the Raft distributed consensus protocol based on hslam/rpc.
High-availability sqlite database service based on raft ; 基于 raft 实现的高可用 sqlite 数据库服务
A Go implementation of Raft Algorithm & A fault-tolerant primary/backup K/V storage system that use the implementation. Written just as learning proje...
Use Raft to complete leader election in the cluster.
Raft leader election process in Hyperledger Fabric.
基于raft共识实现的kv玩具,网络驱动是Vertx,raft核心驱动线程模型为单线程,性能好且无锁。同时实现了线性一致性读,算是不错的入门材料
A distributed file system similar to Google File System (GFS).
Fault-tolerant distributed banking system based on RAFT and blockchain