From 26cffb202e37cd65aa088715b9981fbd848fea16 Mon Sep 17 00:00:00 2001 From: karmijo Date: Mon, 10 Aug 2020 17:58:37 -0700 Subject: [PATCH] Add prefect entry --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3039691..eeee636 100644 --- a/README.md +++ b/README.md @@ -799,6 +799,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [gunnery](https://github.com/gunnery/gunnery) - Multipurpose task execution tool for distributed systems with web-based interface. * [Joblib](https://joblib.readthedocs.io/) - A set of tools to provide lightweight pipelining in Python. * [Plan](https://github.com/fengsp/plan) - Writing crontab file in Python like a charm. +* [Prefect](https://github.com/PrefectHQ/prefect) - A modern workflow orchestration framework that makes it easy to build, schedule and monitor robust data pipelines. * [schedule](https://github.com/dbader/schedule) - Python job scheduling for humans. * [Spiff](https://github.com/knipknap/SpiffWorkflow) - A powerful workflow engine implemented in pure Python. * [TaskFlow](https://docs.openstack.org/developer/taskflow/) - A Python library that helps to make task execution easy, consistent and reliable.