https://github.com/pixelbend/simpleraft
A simple implementation of raft to see how raft works
https://github.com/pixelbend/simpleraft
badgerdb go hashicorp-raft raft raft-consensus-algorithm
Last synced: about 2 months ago
JSON representation
A simple implementation of raft to see how raft works
- Host: GitHub
- URL: https://github.com/pixelbend/simpleraft
- Owner: pixelbend
- License: mit
- Created: 2024-01-31T07:21:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T00:19:57.000Z (3 months ago)
- Last Synced: 2025-02-24T01:24:09.466Z (3 months ago)
- Topics: badgerdb, go, hashicorp-raft, raft, raft-consensus-algorithm
- Language: Go
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Raft
A simple raft implementation written to test how raft works
## Used Packages
- [hasicorp-raft](https://github.com/hashicorp/raft) based raft implementation
- [badger](https://github.com/dgraph-io/badger) based persistence layer
- [gofiber](https://gofiber.io/) based api interface