The local orchestrator is an orchestrator flavor which comes built-in with ZenML and runs your pipelines locally.Documentation Index
Fetch the complete documentation index at: https://zenml.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
When to use it
The local orchestrator is part of your default stack when you’re first getting started with ZenML. Due to it running locally on your machine, it requires no additional setup and is easy to use and debug. You should use the local orchestrator if:- you’re just getting started with ZenML and want to run pipelines without setting up any cloud infrastructure.
- you’re writing a new pipeline and want to experiment and debug quickly