Created by: karmijo
What is this Python project?
Prefect is a workflow orchestration framework that takes care of a lot of the "negative engineering" aspects of building and scheduling workflows:
- intuitive scheduling interface
- first-class caching
- state management of tasks
- parametrization of workflows
- ability to scale on most platforms
What's the difference between this Python project and similar ones?
- Pythonic interface
- can actually handle scaling (first-class Dask integrations too!)
- dynamic pipelines (parameters, mapping, looping, etc.)
- lightweight, easy-to-use and flexible
--
Anyone who agrees with this pull request could submit an Approve review to it.