From b64f353d26cdfbfe661ed3a838d7a4f4db1abfa2 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Tue, 8 May 2018 20:03:43 +0800 Subject: [PATCH] NoSQL Databases: Survey and Decision Guidance --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 159dafc..0b7fa67 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ An updated and curated list of selected readings to illustrate best practices in * [The Probability of Data Loss in Large Clusters](https://martin.kleppmann.com/2017/01/26/data-loss-in-large-clusters.html) * [SQL vs NoSQL](https://www.upwork.com/hiring/data/sql-vs-nosql-databases-whats-the-difference/) * [SQL vs NoSQL - Lesson Learned from Salesforce](https://engineering.salesforce.com/sql-or-nosql-9eaf1d92545b) +* [NoSQL Databases: Survey and Decision Guidance](https://medium.baqend.com/nosql-databases-a-survey-and-decision-guidance-ea7823a822d) * [How Sharding Works](https://medium.com/@jeeyoungk/how-sharding-works-b4dec46b3f6) * [Consistent Hashing](http://www.tom-e-white.com/2007/11/consistent-hashing.html) * [Consistent Hashing: Algorithmic Tradeoffs](https://medium.com/@dgryski/consistent-hashing-algorithmic-tradeoffs-ef6b8e2fcae8)