Backend-agnostic Raft consensus as a pure state machine - bring your own network and storage.
A distributed key-value storage cluster from scratch in Golang atop a self-implemented RPC framework simulating unreliable networks.
A Distributed Bus Ticket Booking Platform Build Using GO and React JS
Raft consensus in MoonBit.
Gallery of Raft implementation bugs in Python
Belajar Apache Kafka dengan Studi kasus real-time driver location dan order status tracking.
C++20 Raft key-value store with gRPC/protobuf, durable log/snapshots, and deterministic failure tests.
Opinionated Event Sourcing with Go
Distributed key-value store with Raft consensus built from scratch — leader election, log replication, and snapshotting over gRPC, with a 5-node Docke...
C++20 Raft consensus distributed KV: 3-node cluster, leader election, log replication, snapshot compaction, 200-scenario chaos suite
A from-scratch Raft consensus engine in Go, with no etcd/raft library. Leader election, log replication, snapshots, and joint-consensus membership, ve...
A Distributed Key-Value Store built from scratch using FastAPI, Raft Consensus, Replication, and Distributed Systems concepts.
A from-scratch Raft consensus implementation in Rust - 52 tests, 7 crates, 4400+ lines. Built from the paper, tested against crashes and partitions.
Distributed consensus system implementing Raft algorithm with Byzantine fault tolerance. Python-based cluster with automated leader election, log repl...
From-scratch distributed messaging system — append-only log, binary TCP over NIO, MurmurHash3 partitioning, and hand-rolled Raft consensus with leader...
Kron makes application time reliable: persistent timers, run history, retries, crash recovery, and an experimental OpenRaft server mode.
Production-grade Raft Consensus implementation in Go with gRPC, Protocol Buffers, persistent Write-Ahead Logging, replicated state machine, leader ele...
Miniature hyperconverged storage cluster: Raft-backed metadata plane, primary-based data replication, locality-aware VM placement.
Raft-based HA manager for PostgreSQL: automatic failover, synchronous replication, and a leader-routing TCP gateway. Written in Rust.
Fault-tolerant medical resource platform — RAFT consensus from scratch over gRPC, Kafka → PostgreSQL, Redis cache-aside.
A distributed, Raft-replicated LSM-tree key-value store built from scratch in Rust: WAL, memtable, SSTables, bloom filters, compaction, and Multi-Raft...
A from-scratch Raft key-value store in Go with deterministic simulation testing and linearizability checking.
Fault-tolerant distributed file system in Go with Raft metadata and P2P chunk replication (gRPC).
A Redis-inspired distributed in-memory database built in Python featuring sharding, replication, transactions, WATCH optimistic locking, leader electi...
Strongly consistent distributed key-value store in Java 21 with Raft consensus, LSM storage engine, gRPC transport, observability, and chaos-testing s...
Skill PT-BR para Claude — Oracle AI Database 26ai (AI Vector Search, JSON Relational Duality, RAFT replication)
From-scratch Raft consensus - leader election, log replication, snapshots/compaction, pre-vote, linearizable reads (ReadIndex), dynamic membership - p...
keepAfloatD uses RAFT consensus to provide high availability for virtual IPs. Unlike classic active/passive failover, it supports multi-active cluster...
A distributed SQL database engine written from scratch in Rust — LSM storage, MVCC, Raft, cost-based planner. Every layer in-repo and auditable. Not p...
A distributed key value store built from scratch in Go featuring Raft consensus, a custom LSM tree storage engine, WAL recovery, SSTables, and multi n...
Kafka-shaped Message Broker built in Java
A fault-tolerant distributed key-value store in Python — write-ahead logging for durability, leader/follower replication, and automatic Raft-style fai...
A crypto exchange core in Rust: binary protocol over TCP, bitmap-ladder matching, an append-only journal as the single source of truth, quorum-acknowl...
A Zig implementation of the RAFT consensus algorithm
Raft consensus algorithm in Java 17 — leader election, log replication, joint consensus, learners, snapshots, linearizable reads
A Raft consensus implementation with a replicated key-value store
A key-value database built on Bitcask that scales from a single embedded store to a Raft-replicated cluster
A distributed key-value store built from scratch in Go, using the Raft consensus algorithm for replication and fault tolerance. No external Raft libra...
Performance tests of Raft implementations: braft, openraft, aeron
分布式调度系统
Malachi: Distributed log storage system (🚧 In Development).
The Raft consensus algorithm on asyncio, implemented from the paper: sans-io core, durable state, deterministic cluster tests
Distributed key-value store built with Raft consensus in Haskell.
C++ implementation of raft consensus
A Go & gRPC implementation of a RAFT protocol cluster.
raft based on asio / c++14
Raft in Rust,self learn
Raft implementation using akka.
Implementation of Raft Consensus Algorithm in Java
raft 共识算法