Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 2.58 KB

how_to_use.md

File metadata and controls

50 lines (42 loc) · 2.58 KB

How to Use This Library

The fundamental logic is described in the original paper. We skip the details here and only focus on the library itself.

If you are in a hurry, go to Quick Start Guide or Quick Tutorial.

Modules

It basically consists of 5 modules: Raft server, Asio layer, log store, state machine, and state manager. Raft server and Asio are provided by this library, while users should implement their own implementations of log store, state machine, and state manager.

Contents