Raft implementation in Rust
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
|
||
| proto | ||
| src | ||
| .gitignore | ||
| .woodpecker.yml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
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.