Merge pull request #310 from josephholsten/raft-viz

add link to raft visualization
This commit is contained in:
Armon Dadgar 2014-08-30 16:50:51 -07:00
commit 09d59c5756
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ sidebar_current: "docs-internals-consensus"
Consul uses a [consensus protocol](http://en.wikipedia.org/wiki/Consensus_(computer_science))
to provide [Consistency](http://en.wikipedia.org/wiki/CAP_theorem) as defined by CAP.
This page documents the details of this internal protocol. The consensus protocol is based on
["Raft: In search of an Understandable Consensus Algorithm"](https://ramcloud.stanford.edu/wiki/download/attachments/11370504/raft.pdf).
["Raft: In search of an Understandable Consensus Algorithm"](https://ramcloud.stanford.edu/wiki/download/attachments/11370504/raft.pdf). For a visual explanation of Raft, see the [The Secret Lives of Data](http://thesecretlivesofdata.com/raft).
<div class="alert alert-block alert-warning">
<strong>Advanced Topic!</strong> This page covers technical details of