From 328766d9654e4a3dac54327c3cba4a7a8030260f Mon Sep 17 00:00:00 2001 From: Metin Senturk Date: Sat, 7 Jan 2023 14:54:31 -0500 Subject: [PATCH] Add dagster Dagster is a job orchestration framework that is used to build data assets. It is a great tool, works on multiple platforms, and is very easy to set it up. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c01386f6..251c04ec 100644 --- a/README.md +++ b/README.md @@ -819,6 +819,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [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. +* [Dagster](https://dagster.io/) - Dagster is an orchestrator that's designed for developing and maintaining data assets, such as tables, data sets, machine learning models, and reports. ## Logging