Update data redundancy article

This commit is contained in:
Ashish Pratap Singh
2024-07-16 13:16:03 -07:00
committed by GitHub
parent df696cb4d9
commit 494b04b1b4

View File

@@ -36,14 +36,14 @@ This repository contains resources to learn System Design concepts and prepare f
- [Distributed Caching](https://redis.com/glossary/distributed-caching/) - [Distributed Caching](https://redis.com/glossary/distributed-caching/)
- [Load Balancing](https://blog.algomaster.io/p/load-balancing-algorithms-explained-with-code) - [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/) - [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/) - [Consistency Patterns](https://systemdesign.one/consistency-patterns/)
- [HeartBeats](https://blog.algomaster.io/p/heartbeats-in-distributed-systems) - [HeartBeats](https://blog.algomaster.io/p/heartbeats-in-distributed-systems)
- [Circuit Breaker](https://medium.com/geekculture/design-patterns-for-microservices-circuit-breaker-pattern-276249ffab33) - [Circuit Breaker](https://medium.com/geekculture/design-patterns-for-microservices-circuit-breaker-pattern-276249ffab33)
- [Idempotency](https://blog.dreamfactory.com/what-is-idempotency/) - [Idempotency](https://blog.dreamfactory.com/what-is-idempotency/)
- [Database Scaling](https://blog.algomaster.io/p/system-design-how-to-scale-a-database) - [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 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 Sharding](https://blog.algomaster.io/p/what-is-database-sharding)
- [Database Architectures](https://www.mongodb.com/developer/products/mongodb/active-active-application-architectures/) - [Database Architectures](https://www.mongodb.com/developer/products/mongodb/active-active-application-architectures/)
- [Microservices Guidelines](https://newsletter.systemdesign.one/p/netflix-microservices) - [Microservices Guidelines](https://newsletter.systemdesign.one/p/netflix-microservices)