/morch

Orchestrator is the brain or logic component, that assigns tasks to the microservices.

Primary LanguagePythonMIT LicenseMIT

Microservice Orchestration (morch)

Installation:

pip install morch

Description:

Microservice orchestration architecture provides a robust framework for building and managing complex applications. By leveraging independent services and a centralized orchestrator, you can achieve scalability, fault tolerance, and maintainability. Refer to Chris Richardson's book Microservices Patterns for more in-depth guidance on this architecture.


Credit:

This project has been inspired by saga framework and the book Microservices Patterns written by Chris Richardson.