From 494b04b1b42c82b8221aad2f782deb3af1ff1d42 Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Tue, 16 Jul 2024 13:16:03 -0700 Subject: [PATCH] Update data redundancy article --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da2a4cd..a869daf 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,14 @@ This repository contains resources to learn System Design concepts and prepare f - [Distributed Caching](https://redis.com/glossary/distributed-caching/) - [Load Balancing](https://blog.algomaster.io/p/load-balancing-algorithms-explained-with-code) - [SQL vs NoSQL](https://www.integrate.io/blog/the-sql-vs-nosql-difference/) -- [Database Index](https://blog.algomaster.io/p/a-detailed-guide-on-database-indexes) +- [Database Indexes](https://blog.algomaster.io/p/a-detailed-guide-on-database-indexes) - [Consistency Patterns](https://systemdesign.one/consistency-patterns/) - [HeartBeats](https://blog.algomaster.io/p/heartbeats-in-distributed-systems) - [Circuit Breaker](https://medium.com/geekculture/design-patterns-for-microservices-circuit-breaker-pattern-276249ffab33) - [Idempotency](https://blog.dreamfactory.com/what-is-idempotency/) - [Database Scaling](https://blog.algomaster.io/p/system-design-how-to-scale-a-database) - [Data Replication](https://redis.com/blog/what-is-data-replication/) -- [Data Redundancy](https://www.egnyte.com/guides/governance/data-redundancy) +- [Data Redundancy](https://blog.algomaster.io/p/489440f1-9c80-4241-9ec8-de156964c3b9) - [Database Sharding](https://blog.algomaster.io/p/what-is-database-sharding) - [Database Architectures](https://www.mongodb.com/developer/products/mongodb/active-active-application-architectures/) - [Microservices Guidelines](https://newsletter.systemdesign.one/p/netflix-microservices)