Skip to content
 
 

Latest commit

 

History

47 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages