From 2932b99c63eafd86e0925b93b67755c285624c67 Mon Sep 17 00:00:00 2001 From: Maksim Date: Sun, 5 Jun 2022 17:18:51 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1f9333..8be3d91 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,11 @@ This repository is an attempt to consolidate useful resources for Site Reliabili ## Databases +- [ ] [CAP theorem](https://en.wikipedia.org/wiki/CAP_theorem) +- [ ] [Evolutionary Database Design](https://martinfowler.com/articles/evodb.html) +- [ ] [ACID vs BASE in Databases](https://medium.com/geekculture/acid-vs-base-in-databases-1bcad774da26) - [ ] [Understanding Database Sharding](https://www.digitalocean.com/community/tutorials/understanding-database-sharding) - [ ] [Data Replication in DBMS](https://www.geeksforgeeks.org/data-replication-in-dbms) -- [ ] [Evolutionary Database Design](https://martinfowler.com/articles/evodb.html) ## CI/CD