From 821a1bafe44535b0f5c26275b10ebc479aed768b Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Tue, 16 Apr 2013 20:28:38 -0600 Subject: [PATCH] Add link to Diego's paper. --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 2775560718..9ac72b0f3b 100644 --- a/README.md +++ b/README.md @@ -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.