Projects
Selected projects and implementations from our study group members.
<Code />
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 …