From 93d728ef58cd407a32861d3e0edca0ba78a1cde7 Mon Sep 17 00:00:00 2001 From: Joseph Anthony Pasquale Holsten Date: Sat, 30 Aug 2014 23:43:45 +0000 Subject: [PATCH] add link to raft visualization --- website/source/docs/internals/consensus.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/internals/consensus.html.markdown b/website/source/docs/internals/consensus.html.markdown index da1eb8f0a..e389c65db 100644 --- a/website/source/docs/internals/consensus.html.markdown +++ b/website/source/docs/internals/consensus.html.markdown @@ -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).
Advanced Topic! This page covers technical details of