From e3f724dc7e213af49b502b9ef22e51631f00556c Mon Sep 17 00:00:00 2001 From: Laith Shadeed Date: Sat, 26 May 2018 15:15:11 +0200 Subject: [PATCH] Add Designing Data-Intensive Applications Book Practical book that goes into enough details of what happens under the hood while staying engaging and not too academic. Then it provides extensive references at the end of every chapter for further deep-dive. I personally consider it a must read for anyone running production system. Here in Martin's word why he wrote such book: https://martin.kleppmann.com/2014/09/15/writing-a-book.html HN: https://news.ycombinator.com/item?id=15428526 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e794754..c8b491e 100644 --- a/README.md +++ b/README.md @@ -388,6 +388,7 @@ Resources * [Learn how to design large scale systems. Prep for the system design interview](https://github.com/donnemartin/system-design-primer) (Github repo) * [Turning the database outside-out with Apache Samza](https://www.confluent.io/blog/turning-the-database-inside-out-with-apache-samza/) * [Building Microservices](https://www.amazon.com/Building-Microservices-Designing-Fine-Grained-Systems/dp/1491950358) 📖, Sam Newman (quite complete discussion of microservices) +* [Designing Data-Intensive Applications](https://www.amazon.com/Designing-Data-Intensive-Applications-Reliable-Maintainable/dp/1449373321) #### Scalability