libraft2

Raft Consensus protocol implementation - shared library

Description

Fully asynchronous C implementation of the Raft consensus protocol.

The library has modular design: its core part implements only the core Raft algorithm logic, in a fully platform independent way. On top of that, a pluggable interface defines the I/O implementation for networking (send/receive RPC messages) and disk persistence (store log entries and snapshots).

This package contains the C library needed to run executables that use Raft Consensus protocol.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://raft.readthedocs.io/en/latest/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libraft2