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: about 2 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T20:07:07.000Z (over 3 years ago)
- Last Synced: 2025-05-13T20:32:57.595Z (7 months ago)
- Topics: clustering, clustering-algorithm, distributed-systems, raft, raft-consensus, raft-consensus-algorithm, replicated-state-machines, replication
- Language: Java
- Homepage:
- Size: 113 KB
- Stars: 10
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raftification framework
RAFT implementation in Java