<Code />
Jan 2026

Distributed Key-Value Store

This project implements a distributed, linearizable key-value store.

Key Features

  • Raft Consensus: Built from scratch to handle leader election and log replication.
  • gRPC API: High-performance …

System Backend