A strongly consistent distributed key-value store library built on Raft consensus protocol and RocksDB.
A JavaScript implementation of the Raft consensus algorithm.
🗳 A solution to pingcap/talent-plan, aka "6.824 Lab 2: Raft" and "6.824 Lab 3: Fault-tolerant Key/Value Service" from MIT.
Replicated key-value store driven by the raft consensus protocol :mountain_bicyclist:
C++ application to perform computer vision tasks using Nvidia Triton Server for model inference
BusTubDB-cRaft:基于cRaft的轻量级分布式关系型数据库内核
Code for "LIFE: Lighting Invariant Flow Estimation"
consensus-yaraft is a library for distributed, strong consistent, highly replicated log storage. It's based on yaraft, which is an implementation of t...
2020 Spring version
Badger-based backend for Hashicorp's raft package
A distributed AI agent orchestration layer enabling transformation of Codex for macOS into collective intelligence networks. Features neural mesh netw...
A distributed transactional key-value storage engine in Rust, with horizontal scalability, strong consistency, and high availability.
Distributed consensus system with Map interface based on Apache Ratis
Service Plus 致力于打造一个分布式、强一致性 服务+ 的一站式解决方案。用作于分布式 K/V 存储系统、服务注册与发现、服务配置中心、分布式锁等。
In a nutshell, EinsteinDB is a persistent indexing scheme based off of LSH-KVX that exploits the distinct merits of hash index and B+-Tree index to su...
a simple http key/value cache system based on raft protocol.
A framework to build fault tolerant apps.
🏖️ A Raft-distributed NoSQL database and storage engine in pure Go.
Hyperledger fabric 2.3 blockchain setup with 2 Orgs and 3 Orderers (RAFT), 3 CA (1 Orderer, other for each organization).
(WIP) A distributed Configuration Center Application.
Nuft is an C++17 implementation of the Raft consensus algorithm.
LeifDB - a distributed database using the Raft protocol, built in Go
Sentinel自动限流降级的集群方案。通过Ignite实现控制台集群方案。基于ETCD实现高可用高性能的Token Server。
Kshaka is a Go implementation of the CASPaxos consensus protocol.
An understandable consensus algorithm
A fault-tolerant events/alerts correlation engine
cRaft: Raft distributed consensus algorithm service framework based on C++ stacked coroutines
High-performance zero-dependency L4/L7 load balancer written in Go. Single binary with Web UI, clustering, MCP/AI integration. 8.5K RPS, 39 E2E tests.
gRPC wrapper for Hashicorp's raft.Raft object
🐙🌟 Golang implementation of the Raft consensus protocol 自己动手实现 raft 🪵🪵🪵
Simple queue: java, json-rest, netty
Raft as a library. Includes optional capabilities from the Raft whitepaper, such as snapshotting.
The Raft Consensus Algorithm in Zig
Distributed Systems in Rust, including Raft and Percolator implement
The C++ implementation of etcd raft
分布式leveldb
A highly concurrent, low latency, highly available monotonic hybrid timestamp service.
A Rust implementation of the Raft consensus algorithm.
distributed computing toolkit in rust
Distributed In-process Cache; a gRPC HTTP proxy for containerd
PostgreSQL Extension for RAFT- Based Leader Election and Cluster Coordination. Background workers, shared memory state, clean C core with Go bridge. P...
Yet another distributed coordination service for distributed applications based on Raft inspired by consul, only depend on slf4j and rocksdb-jni. The...
🔥 Distributed Cluster Scheduler 分布式调度中间件(对标阿里云SchedulerX2.0)
🔦 Etcd Data Analysis Tool
Summary of PingCap tinykv camp. No codes presented.
Unofficial Python Binding of the tikv/raft-rs
Reliable distributed key-value store, and provides some advanced functions internal
Simple implementation of raft based consensus algorithm used in distributed systems. This application is built for demonstration purpose and can be ex...
My implementation of https://github.com/tidb-incubator/tinykv . My notes: https://rinchannowww.github.io/tinykv-notes/
Raft algorithm implementation in Scala