1. Home
  2. Browse
  3. nuraft

nuraft

v3.0.0#0Latest

C++ implementation of Raft core logic as a replication library.

Install

Run the following Vcpkg command to install the port.

vcpkg install nuraft

Usage

nuraft provides CMake targets:

find_package(NuRaft CONFIG REQUIRED)

target_link_libraries(main PRIVATE NuRaft::static_lib)

Dependencies

See source

Version

v3.0.0#0

Publication

Supports

!uwp

GitHub

eBay/NuRaft

Homepage

github.com/eBay/NuRaft

Subtree

eb4b421187

License

Apache-2.0

Definition

Manifest