https://github.com/exchange-core/raftification
RAFT implementation in Java
https://github.com/exchange-core/raftification
clustering clustering-algorithm distributed-systems raft raft-consensus raft-consensus-algorithm replicated-state-machines replication
Last synced: 7 days ago
JSON representation
RAFT implementation in Java
- Host: GitHub
- URL: https://github.com/exchange-core/raftification
- Owner: exchange-core
- License: apache-2.0
- Created: 2022-05-19T21:55:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T20:07:07.000Z (almost 3 years ago)
- Last Synced: 2024-05-18T07:41:40.885Z (about 1 year ago)
- Topics: clustering, clustering-algorithm, distributed-systems, raft, raft-consensus, raft-consensus-algorithm, replicated-state-machines, replication
- Language: Java
- Homepage:
- Size: 113 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raftification framework
RAFT implementation in Java