#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

#871 in Asynchronous

Download history 5/week @ 2024-01-08 4/week @ 2024-02-05 4/week @ 2024-02-12 6/week @ 2024-02-19 25/week @ 2024-02-26 18/week @ 2024-03-04 9/week @ 2024-03-11 12/week @ 2024-03-18 19/week @ 2024-03-25 45/week @ 2024-04-01 6/week @ 2024-04-08 13/week @ 2024-04-15

83 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

~1.3–1.8MB
~41K SLoC