An open API service indexing awesome lists of open source software.

https://github.com/beebeeep/sraft

Yet another raft implementation
https://github.com/beebeeep/sraft

database key-value raft

Last synced: 3 days ago
JSON representation

Yet another raft implementation

Awesome Lists containing this project

README

          

sraft
=====

Textbook implementation of Raft protocol ([whitepaper](https://raft.github.io/raft.pdf))

Uses [fjall](https://github.com/fjall-rs/fjall/) as a persistent storage.