golang-github-goraft-raft - A Go implementation of the Raft distributed consensus protocol
| Website: | http://github.com/goraft/raft |
|---|---|
| License: | MIT |
| Vendor: | Alcance Libre, Inc. |
- Description:
This is a Go implementation of the Raft distributed consensus protocol. Raft is a protocol by which a cluster of nodes can maintain a replicated state machine. The state machine is kept in sync through the use of a replicated log.
Packages
| golang-github-goraft-raft-0-0.5.git73f9c44.fc14.al.src [53 KiB] |
Changelog
by Colin Walters (2014-07-17):
- New upstream version required for etcd |