https://github.com/aligusnet/raft
Implementation of a consensus algorithm Raft
https://github.com/aligusnet/raft
golang raft-protocol
Last synced: 7 months ago
JSON representation
Implementation of a consensus algorithm Raft
- Host: GitHub
- URL: https://github.com/aligusnet/raft
- Owner: aligusnet
- Created: 2017-05-17T23:05:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T18:30:14.000Z (over 7 years ago)
- Last Synced: 2025-01-20T09:09:24.994Z (9 months ago)
- Topics: golang, raft-protocol
- Language: Go
- Size: 75.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raft
Implementation of a consensus algorithm Raft: https://raft.github.io
[](https://travis-ci.org/aligusnet/raft)
## Unit Tests
execute
```go
$GOPATH/bin/goconvey
```to run unit tests display results in your browser. See http://goconvey.co for details.
Old good `go test` is still available.