Orchestrator is a Python package that simplifies task orchestrations. It is built on top of the prefect
package and aims to provide an easy-to-use interface for prefect
by utilizing a YAML configuration file. This project offers a highly streamlined approach to task management and coordination.
- Simplifies task orchestrations
- Built on top of the
prefect
package - Utilizes a YAML configuration file
- Streamlined approach to task management and coordination
To install the Orchestrator
package, you can use pip:
pip install porchestrator
Alternatively, you can install it from source by cloning the repository and running the following command:
python setup.py install
Make sure you have Python 3.7 or above installed before proceeding with the installation.
We welcome contributions to Orchestrator! Please see our Contributing Guide for more details on how to get started.
This project is licensed under the MIT License - see the LICENSE file for details.
Orchestrator is inspired by the excellent work done by the Prefect team. We are grateful for their contributions to the open-source community. Prefect is licensed under the Apache License 2.0. The full text of their license can be found here.