From a8203757246f20d1bf33c732db10a3244f303502 Mon Sep 17 00:00:00 2001 From: yulu Date: Thu, 14 Sep 2023 06:33:42 +0800 Subject: [PATCH] Update reading notes of DDIA --- .../Designing Data-Intensive Applications.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/_books/collection/Designing Data-Intensive Applications.md b/_books/collection/Designing Data-Intensive Applications.md index fd30e01..db320eb 100644 --- a/_books/collection/Designing Data-Intensive Applications.md +++ b/_books/collection/Designing Data-Intensive Applications.md @@ -8,4 +8,13 @@ cover: https://s3.ap-southeast-1.amazonaws.com/littlecheesecake.me/blog-post/boo image_url: https://s3.ap-southeast-1.amazonaws.com/littlecheesecake.me/blog-post/effective-learning/effective_learning_header.jpeg --- -My reading notes of DDIA can be found in a series of [blog posts](/blog1/index.html). \ No newline at end of file +- [Chapter 1 - Reliable, Scalable and Maintainable Applications](/blog1/2022/04/28/ddia-1.html) +- [Chapter 2 - Data Models and Query Languages](/blog1/2022/05/23/ddia-2.html) +- [Chapter 3 - Storage and Retrieval](/blog1/2022/07/27/ddia-3.html) +- [Chapter 4 - Encoding and Evolution](/blog1/2022/09/18/ddia-4.html) +- [Chapter 5 - Replication](/blog1/2023/04/10/ddia-5.html) +- [Chapter 6 - Partition](/blog1/2023/04/12/ddia-6.html) +- [ ] [DDIA-Chapter7 transaction]() +- [ ] [DDIA-Chapter8&9 distributed systems]() +- [ ] [DDIA-Chapter10 batch processing]() +- [ ] [DDIA-Chapter11 Stream processing]() \ No newline at end of file