-
Notifications
You must be signed in to change notification settings - Fork 0
Distributed
Аббас Гусенов edited this page May 14, 2026
·
3 revisions
- freeCodeCamp.org
- 80% of system design problems can be tackled with these 20% of distributed systems patterns by Prafful Agarwal
- Хабр / ACID, BASE, CAP: Фундамент архитектуры распределенных систем
-
Dapr.io Distributed Application Runtime
- dapr/dapr Dapr is a portable runtime for building distributed applications across cloud and edge, combining event-driven architecture with workflow orchestration.
- dapr/quickstarts Dapr quickstart code samples and tutorials showcasing core Dapr capabilities
- On Idempotency Keys
- Mastering Distributed Transactions: From 2PC to the Saga Pattern
- GeeksforGeeks/ Difference Between SAGA Pattern and 2-Phase Commit in Microservices
- Baeldung / Difference Between Two-Phase Commit and Saga Pattern
- Хабр / Распределённые транзакции в микросервисах: от SAGA до Two‑Phase Commit
- r/ExperiencedDevs / Given there is the Saga Pattern, why would you use Two-phase commit protocol (2PC)?
- AWS Prescriptive Guidance
- Milan Jovanović
- Category:Distributed computing problems
- Consensus (computer science)
- Round-robin (алгоритм)
- Chord (peer-to-peer) is a protocol and algorithm for a peer-to-peer distributed hash table.
- Distributed ledger technology (DLT) is the consensus of replicated, shared, and synchronized digital data that is geographically spread (distributed) across many sites, countries, or institutions.
- Petri net is one of several mathematical modeling languages for the description of distributed systems. It is a class of discrete event dynamic system.
- Vector addition system is one of several mathematical modeling languages for the description of distributed systems.
- Wikipedia
-
Munin open research archive
- Verification of the Chord protocol with TLA+ by Jørgen Aarmo Lund