Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/