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

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

#925 in Asynchronous

50 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
~43K SLoC