Explore >> Select a destination


You are here

aphyr.com
| | blog.thislongrun.com
11.1 parsecs away

Travel
| | Definitions of Eventual Consistency, ACID and Dynamo. Looks at datacenters, partitions and dataloss.
| | decomposition.al
11.8 parsecs away

Travel
| | by Natasha Mittal ? edited by Devashish Purandare and Lindsey Kuper
| | eli.thegreenplace.net
10.7 parsecs away

Travel
| |
| | timilearning.com
89.1 parsecs away

Travel
| One common pattern in the previous systems we have discussed like MapReduce, GFS, and VMware FT is that they all rely on a single entity to make the key decisions. While this has the advantage of making it easier for the system to decide, the downside of this approach is that the entity is now a single point of failure. In this post, we'll learn how the Raft consensus algorithm solves this problem.