Microservice Orchestration vs. Choreography

How event-driven architecture helps decouple your app

Tyler Hawkins
Better Programming
Published in
5 min readMar 15, 2022

--

ballerina on toes
Photo by Nihal Demirci on Unsplash

Microservices are all the rage right now.

They allow you to split apart your app into small chunks with clear domain boundaries. Microservices are decoupled from each other, allowing them to be changed and deployed independently of one another, which provides greater autonomy…

--

--