/Ruft

Rust implementation of raft distributed consensus algorithm

Primary LanguageRustMIT LicenseMIT

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.