Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

S-1-T/Ruft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruft 🦀️

Version License: MIT License

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

Author

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a consideration on contributing.

Show your support

Give a ⭐️ if this project helped you!

📝 License

This project is MIT License licensed.

Releases

No releases published

Packages

No packages published

Languages