repository
0.0.0-20241117083224-0c5e373724fe
Repository: https://github.com/ashupednekar/raft-go.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Raft-Go π
Re-inventing the (raft) xD for fun π
Raft-Go is a Go implementation of the Raft consensus algorithm, aiming to explore distributed consensus principles in a fun, educational way. π€
Features β¨
- Core Raft consensus protocol components
- Leader election π³οΈ, log replication π, and state synchronization π
- Written in pure Go for simplicity and performance β‘
Getting Started π
-
Clone the repository:
git clone https://github.com/ashupednekar/raft-go.git cd raft-go
-
Run the example (details to be added for a basic execution). π
License π
This project is licensed under the MIT License. See the LICENSE file for details.
Contributing π€
Contributions are welcome! Please open an issue or create a pull request. Letβs make this project awesome together! πͺ