influxdb/README.md

17 lines
286 B
Markdown
Raw Normal View History

2013-04-11 14:33:27 +00:00
go-raft
=======
2013-04-17 02:28:08 +00:00
## Overview
This is an 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.
## API
### Server