DEcentralised Key-Value Storage
🔍 Predict failures and automate actions on Kubernetes edge nodes for enhanced reliability and autonomy in distributed environments.
Unified Distributed Storage, Redefined by Simplicity.
Fault-tolerant distributed KV store implementing the Raft consensus algorithm in Rust with gRPC and state persistence.
A chaos-engineering toolkit that injects Byzantine faults into Raft clusters and visualizes consensus degradation in real time
Distributed job scheduler
Five hands-on labs exploring VMs, containers, Kubernetes, microservices, Redis replication, and Raft consensus. Built with Docker, kind, Flask, and et...
A distributed KV registry center implemented by java following RAFT protocol.
Decentralized, database-free backend on a from-scratch Raft consensus implementation — replication, snapshotting, dynamic membership, linearizable rea...
Replicated key-value storage engine with Raft, WAL-backed LSM trees, MVCC transactions, gRPC, and Rust YCSB benchmarks
raft with no ceiling
A distributed key-value database in Go with a custom Bitcask storage engine, TLV network protocol, and Raft consensus.
Raft consensus algorithm in pure Python with simulated network, partition injection, and correctness test suite (Ongaro 2014, Fig 2)
A lightweight append-only event database for Java with explicit state transitions, projections, cryptographic integrity, gRPC replication, and Raft co...
Tool for inspecting OpenBao / HashiCorp Vault integrated storage (raft)
Self-healing distributed coordination — Raft locks, leases & KV with a control-plane-confined LLM ops agent. Java 25 · Apache Ratis · gRPC · Spring Bo...
From-scratch Raft consensus - leader election, log replication, snapshots/compaction, pre-vote, linearizable reads (ReadIndex), dynamic membership - p...
A Raft consensus library built from scratch in Rust, with a deterministic network simulator for testing leader election, log replication, and partitio...
Solutions to the MIT 6.824/6.5840 Distributed Systems labs in Go — MapReduce, a Key/Value server, Raft consensus (leader election, log, persistence, s...
Java database internals project with storage engine, B+ tree, MVCC, recovery, query engine, optimizer, and Raft experiments.
raft telemetry pipeline with fault injection
A distributed, MVCC-based, Raft-driven NewSQL database built from scratch in Rust, with PostgreSQL wire compatibility.
keepAfloatD uses RAFT consensus to provide high availability for virtual IPs. Unlike classic active/passive failover, it supports multi-active cluster...
MIT 6.5840 Distributed Systems in Go — MapReduce, linearizable KV, Raft consensus, fault-tolerant KV on Raft, sharded KV.
Autosys OSS clone in Rust — single binary, SQLite/Postgres, conditions DSL, JIL import, live logs, retries, alerts, Web UI. Zero deps.
Raft consensus as a pure deterministic state machine in Standard ML: leader election, log replication, commit quorum (MLton + Poly/ML)
Distributed key-value store built from scratch in Go, implementing the Raft consensus algorithm — leader election, log replication, fault injection, a...
A database from scratch - WAL, LSM-Tree, B+ Tree, MVCC, Raft and consistent hashing implemented from first principles in Python and Java
Implementation of the Raft consensus algorithm for distributed systems in Python
Human + AI agent collaboration platform, inspired by raft.build architecture.
A from-scratch implementation of the Raft consensus algorithm in Go, backing a linearizable key-value store — verified linearizable under seeded, Jeps...
Raft consensus + in-memory KV store in Go. Leader election, log replication, and a runnable 3-node cluster.
Fault-tolerant distributed movie ticket booking system in Python with Raft consensus (leader election, log replication), six gRPC microservices over P...
Raft-replicated append-only KV ledger in C++20 — deterministic consensus core, TCP cluster, tested under ASan/TSan
HashiCorp Vault on Kubernetes with HA + Raft storage and Kubernetes auth, deployed via Helm
Modular Raft consensus in Java — algorithm, transport, and storage separated
Base application scaffolding for raft consensus applications using embedded etcd
Consensus and coordination systems project for replicated logs, leader election, and fault tolerance
A C++ Raft-based strongly consistent distributed KV store with WAL, snapshot, leader redirect and recovery tests.
From-scratch Raft consensus + linearizable KV store in Go: leader election, log replication, snapshots, crash-recovery persistence, 5-node Docker clus...
Fault-Tolerant Distributed Key-Value Database implementing Raft Consensus and a custom LSM-Tree Storage Engine in C++17.
Distributed durable job system built on Babuza/Raft.
Tesla-inspired monocular perception and 3D autonomous-driving visualization pipeline using depth, detection, optical flow, pose, and Blender rendering...
Interactive educational visualization of the Raft consensus algorithm.
Globally distributed denylist
Building the distributed Raft Consensus Algorithm from scratch
flink in go
A high-performance distributed LSM-Tree key-value store written in 100% safe Rust, featuring Raft-based consensus replication and a gRPC communication...
⚡ A lightweight, Kafka-compatible event streaming broker written in Rust. Drop-in Kafka replacement with sub-millisecond latency, no JVM, no Zookeepe...