https://github.com/misachi/raft
Raft distributed consensus algorithm implementation
https://github.com/misachi/raft
consensus consensus-algorithm grpc raft
Last synced: 17 days ago
JSON representation
Raft distributed consensus algorithm implementation
- Host: GitHub
- URL: https://github.com/misachi/raft
- Owner: misachi
- License: mit
- Created: 2021-03-20T10:13:24.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T22:56:04.000Z (about 5 years ago)
- Last Synced: 2025-05-15T17:15:39.631Z (12 months ago)
- Topics: consensus, consensus-algorithm, grpc, raft
- Language: Go
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raft
Raft consensus algorithm implementation