From bb98cbfe7fb611745abd45527f02f4fef6fd55dd Mon Sep 17 00:00:00 2001 From: syedmouaazfarrukh Date: Wed, 18 Jan 2023 23:01:50 -0800 Subject: [PATCH] Adding content to 103-reliability-patterns --- .../103-reliability-patterns/index.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/roadmaps/system-design/content/118-cloud-design-patterns/103-reliability-patterns/index.md b/src/roadmaps/system-design/content/118-cloud-design-patterns/103-reliability-patterns/index.md index 77b16aaf4..7b3e6aab2 100644 --- a/src/roadmaps/system-design/content/118-cloud-design-patterns/103-reliability-patterns/index.md +++ b/src/roadmaps/system-design/content/118-cloud-design-patterns/103-reliability-patterns/index.md @@ -1 +1,8 @@ -# Reliability patterns \ No newline at end of file +# Reliability Patterns + +Reliability patterns in system design are solutions to common problems that arise when building systems that need to be highly available and fault-tolerant. These patterns provide a way to design and implement systems that can withstand failures, maintain high levels of performance, and recover quickly from disruptions. Some common reliability patterns include Failover, Circuit Breaker, Retry, Bulkhead, Backpressure, Cache-Aside, Idempotent Operations and Health Endpoint Monitoring. + +Learn more from the following links: + +- [Reliability Patterns: A Survey](http://laccei.org/LACCEI2019-MontegoBay/full_papers/FP53.pdf) +- [Get started with Reliability Patterns](https://learn.microsoft.com/en-us/azure/architecture/framework/resiliency/reliability-patterns) \ No newline at end of file