Skip to content
forked from S-1-T/Ruft

Rust implementation of raft distributed consensus algorithm

License

Notifications You must be signed in to change notification settings

ZHANGWENTAI/Ruft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruft

A rust implementation of raft distributed consensus algorithm.

Usage

USAGE:
    ruft [OPTIONS] --id <ID>
    or
    cargo run -- [OPTIONS] --id <ID>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
        --host <HOST>    Sets the node's host
        --id   <ID>      Sets the node's id
        --num  <NUM>     Sets the cluster's node number
        --port <PORT>    Sets the node's port

LICENSE

Copyright © 2020 by S-1-T

Under MIT License

About

Rust implementation of raft distributed consensus algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%