https://github.com/otoolep/eraftd
A reference use of the etcd Raft implementation
https://github.com/otoolep/eraftd
consensus distributed-systems etcd-raft go key-value raft
Last synced: 2 months ago
JSON representation
A reference use of the etcd Raft implementation
- Host: GitHub
- URL: https://github.com/otoolep/eraftd
- Owner: otoolep
- License: mit
- Created: 2018-10-10T02:05:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T16:02:41.000Z (over 6 years ago)
- Last Synced: 2025-03-25T17:16:29.960Z (3 months ago)
- Topics: consensus, distributed-systems, etcd-raft, go, key-value, raft
- Language: Go
- Size: 15.6 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
eraftd [](https://circleci.com/gh/otoolep/eraftd/tree/master) [](https://ci.appveyor.com/project/otoolep/eraftd) [](https://godoc.org/github.com/otoolep/eraftd) [](https://goreportcard.com/report/github.com/otoolep/eraftd)
======A reference use of the etcd Raft implementation.