#raft #distributed #algorithm #replicated #log #io

raftlog

An implementation of distributed replicated log based on the Raft algorithm

4 releases (2 breaking)

Uses old Rust 2015

0.6.0 Jan 10, 2020
0.5.0 May 9, 2019
0.4.1 Mar 13, 2019
0.4.0 Oct 12, 2018

#866 in Asynchronous

Download history 4/week @ 2024-01-07 1/week @ 2024-01-14 4/week @ 2024-02-04 3/week @ 2024-02-11 7/week @ 2024-02-18 23/week @ 2024-02-25 16/week @ 2024-03-03 13/week @ 2024-03-10 12/week @ 2024-03-17

64 downloads per month
Used in 6 crates

MIT license

160KB
3K SLoC

raftlog

Crates.io: raftlog Documentation Build Status License: MIT

A Rust implementation of distributed replicated log based on the Raft algorithm.

Documentation


lib.rs:

Raftアルゴリズムに基づく分散複製ログを提供するクレート.

このクレート自体は、アルゴリズム実装のみに専念しており、 実際に動作するシステムで利用するためには、Ioトレイトの 実装を別個用意する必要がある.

Dependencies

~2MB
~41K SLoC