Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T02:20:11.000Z (about 3 years ago)
- Last Synced: 2024-10-31T11:57:27.001Z (2 months ago)
- Topics: distributed-log, raft, replicated-state-machines, rust
- Language: Rust
- Size: 215 KB
- Stars: 50
- Watchers: 8
- Forks: 8
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
raftlog
=======[![Crates.io: raftlog](https://img.shields.io/crates/v/raftlog.svg)](https://crates.io/crates/raftlog)
[![Documentation](https://docs.rs/raftlog/badge.svg)](https://docs.rs/raftlog)
[![Build Status](https://travis-ci.org/frugalos/raftlog.svg?branch=master)](https://travis-ci.org/frugalos/raftlog)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)A Rust implementation of distributed replicated log based on the [Raft] algorithm.
[Documentation](https://docs.rs/raftlog)
[Raft]: https://raft.github.io/