## Microservice Orchestration (morch)
### Installation:
```bash
pip install morch
```
### Usage:
coming soon...
### 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](https://microservices.io/index.html) for more in-depth guidance on this architecture.
---
### Credit:
This project has been inspired by [saga framework](https://github.com/absent1706/saga-framework) and the book [Microservices Patterns](https://www.amazon.com/Microservices-Patterns-examples-Chris-Richardson/dp/1617294543) written by Chris Richardson.
Raw data
{
"_id": null,
"home_page": "https://github.com/hasanisaeed/morch",
"name": "morch",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "",
"keywords": "microservice,saga,patterns,microservice patterns,saga pattern",
"author": "Saeed Hasani Borzadaran",
"author_email": "hassanisaeed19@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/67/4f/7901e814ccab2857972559cc2f86ac7178364add575124033aef786db464/morch-1.0.3.tar.gz",
"platform": null,
"description": "## Microservice Orchestration (morch)\n\n### Installation:\n\n```bash\npip install morch\n```\n\n### Usage:\n coming soon...\n\n### Description:\nMicroservice 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](https://microservices.io/index.html) for more in-depth guidance on this architecture.\n\n---\n\n### Credit:\nThis project has been inspired by [saga framework](https://github.com/absent1706/saga-framework) and the book [Microservices Patterns](https://www.amazon.com/Microservices-Patterns-examples-Chris-Richardson/dp/1617294543) written by Chris Richardson.\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "SAGA Python Microservice Orchestrator",
"version": "1.0.3",
"project_urls": {
"Bug Tracker": "https://github.com/hasanisaeed/morch/issues/new",
"Homepage": "https://github.com/hasanisaeed/morch"
},
"split_keywords": [
"microservice",
"saga",
"patterns",
"microservice patterns",
"saga pattern"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "674f7901e814ccab2857972559cc2f86ac7178364add575124033aef786db464",
"md5": "cdbdc5f83a594f5d15d88f7a6437cad6",
"sha256": "1126bfa67aa2acbad604f4285598880df67e15636c41137c9d858c5edc8ccb58"
},
"downloads": -1,
"filename": "morch-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "cdbdc5f83a594f5d15d88f7a6437cad6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 10103,
"upload_time": "2023-07-22T05:25:12",
"upload_time_iso_8601": "2023-07-22T05:25:12.929293Z",
"url": "https://files.pythonhosted.org/packages/67/4f/7901e814ccab2857972559cc2f86ac7178364add575124033aef786db464/morch-1.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-22 05:25:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "hasanisaeed",
"github_project": "morch",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "morch"
}