https://github.com/frugalos/raftlog
A Rust implementation of distributed replicated log based on the Raft algorithm
https://github.com/frugalos/raftlog
distributed-log raft replicated-state-machines rust
Last synced: 6 months ago
JSON representation
A Rust implementation of distributed replicated log based on the Raft algorithm
- Host: GitHub
- URL: https://github.com/frugalos/raftlog
- Owner: frugalos
- License: mit
- Created: 2018-10-12T05:21:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T02:20:11.000Z (about 4 years ago)
- Last Synced: 2025-03-25T06:41:44.454Z (7 months ago)
- Topics: distributed-log, raft, replicated-state-machines, rust
- Language: Rust
- Size: 215 KB
- Stars: 49
- Watchers: 7
- Forks: 6
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
raftlog
=======[](https://crates.io/crates/raftlog)
[](https://docs.rs/raftlog)
[](https://travis-ci.org/frugalos/raftlog)
[](LICENSE)A Rust implementation of distributed replicated log based on the [Raft] algorithm.
[Documentation](https://docs.rs/raftlog)
[Raft]: https://raft.github.io/