hasanisaeed / morch

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Python 100.0%