RaftKeeper is a high-performance distributed consensus service.
raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol
distributed key - value persisted storage system
支持秒级分布式定时任务系统, A high performance distributed task scheduling system, Support multi protocol scheduling tasks
My solution for MIT 6.5840 (aka. MIT 6.824). No failure within 30,000 tests.
Yet Another RAFT implementation
The labs of Raft consensus algorithm based on MadSim.
TuplDB is a high-performance, concurrent, transactional, scalable, low-level embedded database.
Raft 分布式共识算法动画演示中文版,加强理解Raft领导选举和日志复制两大关键流程
distributed consensus protocol's bugs, flaws, deceptive traps, improvements
Xzero HTTP Application Server
Fault-tolerant key-value storage system based on Raft
A key value storage example powered by hashicorp raft and BadgerDB
A distributed fault tolerant scheduler that is horizontally scalable 🔥
raft协议的Java版本简单实现
codes and documents for MIT6.5840(6.824) 2023
MIT 6.824 2018 lab. MIT6.824分布式系统(2018秋)
a repository for my curriculum project
An Open-Source, Distributed MQTT Broker for IoT.
Yet another distributed fault-tolerant key-value database Compatible with Redis written in Golang.
An C++ implementation of RAFT consensus algorithm based on jrpc
TuringCell: Run Linux over Paxos/Raft
Easy to use Raft library to make your app distributed, highly available and fault-tolerant
Asynchronous C implementation of the Raft consensus protocol
Coolbeans is a distributed work queue that implements the beanstalkd protocol.
Raft distributed consensus for WebAssembly in Rust
A recipe that will walk you through using either Meta Llama 3.1 405B or OpenAI GPT-4o deployed on Azure AI to generate a synthetic dataset using UC Be...
A distributed MQTT broker,based on raft and rocksdb. 基于raft协议与rocksdb实现,完整V3.1.1协议规范实现.
Straightforward implementation of Raft Consensus
eraft-rs is raft component of etcd-rs
《一种面向区块链的优化PBFT共识算法》基础源代码
The lightweight, distributed relational database built upon SQLite
🚣♀️ <1kloc, well-documented Raft consensus algorithm implementation
Distributed KV Storage System based on Raft and RocksDB, can be use to store small files, like images.
MIT's 6.824: Distributed systems course (2017)
High-performance distributed sync service and atomic DB
Some simulations of blockchain consensus based on ns3. Currently implemented consensus protocols include Raft, Paxos and PBFT.
利用 Go 语言实现多种分布式算法
FT Naming service based on RAFT
A fault-tolerant distributed key-value store using the Raft consensus algorithm.
🌈 raft-badger implements LogStore and StableStore Interface of hashicorp/raft. 🔥
Raft Consensus Algorithm. Uses in-house C++20 coroutines-based library for communications. Tested with unit-tests.
A simple database based on raft and rocksdb
Framework for writing scalable distributed stateful applications
Make hashicorp/raft communicate over gRPC
Regatta is a distributed key-value store. It is Kubernetes friendly with emphasis on high read throughput and low operational cost.
A distributed lock service based on the Raft protocol. It provide coarse-grained locking as well as reliable storage for a loosely-coupled distributed...
A Rust implementation of distributed replicated log based on the Raft algorithm
Raft-based, consensus oriented implementation of Mnesia transactions
MIT6.824实现分布式一致性算法——Raft&Paxos