/soopervisor

☁️ Export Ploomber pipelines to Kubernetes (Argo), Airflow, AWS Batch, SLURM, and Kubeflow.

Primary LanguagePythonApache License 2.0Apache-2.0

Soopervisor

CI badge

CI macOS badge

CI Windows badge

Soopervisor runs Ploomber pipelines for batch processing (large-scale training or batch serving) or online inference.

Check out the documentation to learn more.

Compatible with Python 3.7 and higher.

Supported platforms

From notebook to a production pipeline

We also have an example that shows how to use our ecosystem of tools to go from a monolithic notebook to a pipeline deployed in Kubernetes.

Usage

Say that you want to train multiple models in a Kubernetes cluster, you may create a new target environment to execute your pipeline using Argo Workflows:

After filling in some basic configuration settings, export the pipeline with:

Depending on the selected backend (Argo, Airflow, AWS Batch, or AWS Lambda), configuration details will change, but the API remains the same: soopervisor add, then soopervisor export.