Skip to content

Commit 7d63af2

Browse files
committed
Merge remote-tracking branch 'origin/main' into codex/architecture-styles-service-boundaries
2 parents d5faecd + 36d952c commit 7d63af2

5 files changed

Lines changed: 7233 additions & 0 deletions

manifest.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@
133133
"title": "Distributed-Systems Fundamentals, Time, Ordering, and Consistency",
134134
"path": "systemdesign/distributed-systems-time-ordering-consistency"
135135
},
136+
{
137+
"title": "Replication, Partitioning, Sharding, and Quorum Systems",
138+
"path": "systemdesign/replication-partitioning-sharding-quorum-systems"
139+
},
136140
{
137141
"title": "Coordination, Consensus, Leader Election, Leases, and Distributed Locks",
138142
"path": "systemdesign/coordination-consensus-leases-locks"
@@ -141,6 +145,18 @@
141145
"title": "Resilience, Retries, Backpressure, and Overload Control",
142146
"path": "systemdesign/resilience-retries-backpressure-overload"
143147
},
148+
{
149+
"title": "Messaging, Event-Driven Architecture, and Stream Processing",
150+
"path": "systemdesign/messaging-event-driven-stream-processing"
151+
},
152+
{
153+
"title": "Observability, SRE, Capacity Planning, and Incident Response",
154+
"path": "systemdesign/observability-sre-capacity-planning-incident-response"
155+
},
156+
{
157+
"title": "Distributed Transactions, Sagas, Outbox, and Reliable Workflows",
158+
"path": "systemdesign/distributed-transactions-sagas-outbox-reliable-workflows"
159+
},
144160
{
145161
"title": "Architecture Styles, Modular Monoliths, Microservices, and Service Boundaries",
146162
"path": "systemdesign/architecture-styles-modular-monoliths-microservices-service-boundaries"

0 commit comments

Comments
 (0)