From 7e62c1b7e571019d6bc351ab28d9618a90243e21 Mon Sep 17 00:00:00 2001 From: Anjana Supun Date: Wed, 31 Oct 2018 07:09:14 +0530 Subject: [PATCH] Add a guide on consistent hashing --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e720f8..ab174a1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ Read things here before you start. - [Distributed systems theory for the distributed engineer](http://the-paper-trail.org/blog/distributed-systems-theory-for-the-distributed-systems-engineer/), most of the papers/books in the blog might reappear in this list again. Still a good BFS approach to distributed systems. - [FLP Impossibility Result (paper)](https://groups.csail.mit.edu/tds/papers/Lynch/jacm85.pdf), an easier [blog post](http://the-paper-trail.org/blog/a-brief-tour-of-flp-impossibility/) to follow along - [An Introduction to Distributed Systems](https://github.com/aphyr/distsys-class) @aphyr's excellent introduction to distributed systems - +- [A Guide to Consistent Hashing](https://www.toptal.com/big-data/consistent-hashing) Complete guide on consistent hashing +- ## Books - [Distributed Systems for fun and profit](http://book.mixu.net/distsys/single-page.html) [Free] - [Distributed Systems Principles and Paradigms, Andrew Tanenbaum](http://www.amazon.com/Distributed-Systems-Principles-Paradigms-2nd/dp/0132392275) [Amazon Link]