Raft implementation in Rust
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Katie Kloss 6adf75432a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Replicate logs to peers
2026-01-18 05:54:41 -05:00
proto Do our own networking, try 5 I think 2026-01-10 20:51:31 -05:00
src Replicate logs to peers 2026-01-18 05:54:41 -05:00
.gitignore move stuff into modules 2026-01-05 06:03:16 -05:00
.woodpecker.yml fix woodpecker schema 2026-01-03 19:17:47 -05:00
Cargo.lock Do our own networking, try 5 I think 2026-01-10 20:51:31 -05:00
Cargo.toml Do our own networking, try 5 I think 2026-01-10 20:51:31 -05:00
LICENSE Initial commit 2026-01-03 00:19:58 -05:00
README.md fill out README 2026-01-05 06:31:11 -05:00

whitewater

This is a write-only key-value store, implemented in Rust, which uses the Raft consensus algorithm to replicate state between instances.

It's a toy project I'm using to learn more about Raft and Rust. Don't use it in production, and think twice before copy-pasting anything, as I'm very new to Rust.

Generative AI Policy

Every single line of code and text in this project was written by hand. No code produced by generative models is included.