datastacktv / data-engineer-roadmap

Roadmap to becoming a data engineer in 2021
https://datastack.tv
12.19k stars 1.3k forks source link

Tasks manager #46

Open silviodc opened 3 years ago

silviodc commented 3 years ago

Hello I haven't seen frameworks like Celery https://docs.celeryproject.org/en/stable/index.html Or spring https://spring.io/projects/spring-cloud-dataflow#overview

In my personal experience I had to create many batch pipelines, using these. Now with airflow I'm planning to move some. But still there are some legacy code I can't change :) so knowledge to maintain them are necessary.

alexandraabbas commented 3 years ago

Hey @silviodc - yes, Airflow abstracts these tools se we don't need to interact with them directly. I also had to learn more about Celery when configuring Airflow in production. I'll consider adding these next time, thanks a lot!