Add link to Diego's paper.

pull/820/head
Ben Johnson 2013-04-16 20:28:38 -06:00
parent ef7ce43469
commit 821a1bafe4
1 changed files with 1 additions and 7 deletions

View File

@ -7,10 +7,4 @@ 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
For more details on Raft, you can read [In Search of an Understandable Consensus Algorithm](https://ramcloud.stanford.edu/wiki/download/attachments/11370504/raft.pdf) by Diego Ongaro and John Ousterhout.