Skip to content
#

log-replication

Here are 9 public repositories matching this topic...

A distributed, replicated key-value cache in Rust built on a Raft consensus core. The consensus engine is a deterministic, side-effect-free state machine, enabling a simulation harness that injects partitions and message loss to verify safety properties — one leader per term, committed entries never lost — across a multi-node cluster.

  • Updated Jun 23, 2026
  • Rust

A high-performance, fault-tolerant distributed consensus engine implementing state machine replication, dynamic leader election, and linearizable log replication. Designed as a foundational primitive for low-latency cluster coordination and highly available infrastructure.

  • Updated Jun 16, 2026
  • TypeScript

Improve this page

Add a description, image, and links to the log-replication topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the log-replication topic, visit your repo's landing page and select "manage topics."

Learn more