Choreography
Everything on SkillVeris tagged Choreography — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 2 libraries
Study Notes(1)
Interview Questions(3)
What is the Saga Pattern?
The saga pattern breaks a distributed transaction into a sequence of local transactions, each owned by a different service, where every step has a correspondin…
Orchestration vs Choreography in Microservices: What is the Difference?
Orchestration coordinates a multi-service workflow through a central controller that explicitly tells each service what to do and in what order, while choreogr…
What Is the Saga Pattern in Distributed Transactions?
The saga pattern manages a business transaction that spans multiple services by breaking it into a sequence of local transactions, each with a corresponding co…