From 1015bc6f894d6cca17e405ae77d1894216a6750d Mon Sep 17 00:00:00 2001 From: asingh072318 Date: Fri, 23 Sep 2022 19:36:01 -0400 Subject: [PATCH] [README.md] added o'reilly link for designing-data-intensive-applications --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4874957..04e1189 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Feel free to go through other lectures if needed. * [scalability for dummies](http://www.lecloud.net/tagged/scalability) -* [Designing data intensive appliations]() This is by far one of the best books about large-scale systems and the practical challenges encountered during building them. It's focussed more on data-oriented applications though. +* [Designing data intensive appliations](https://www.oreilly.com/library/view/designing-data-intensive-applications/9781491903063/) This is by far one of the best books about large-scale systems and the practical challenges encountered during building them. It's focussed more on data-oriented applications though. These talks should give you a starting point on how to think about such problems.