Apache Airflow is a platform designed to programmatically author, schedule and monitor workflows with command line and GUI administration.
Apache Airflow is a platform designed to programmatically author, schedule and monitor workflows with command line and GUI administration.
Customer Reviews
Administrator in Computer Software
Advanced user of Apache AirflowI like the ease of use, how easily I can make DAGs and the scheduler is just amazing. I have a lot of python scripts that I needed to run manually and daily. Airflow just made it seamless.
The initial setup is a bit overwhelming to me.
Go for it. Replace your cron jobs with this, you'll be fine.
We have an ElasticSearch Index and a Redis database.
We have build an app to move data from elasticsearch index to redis database. We had to do this daily or weekly, but by deploying the container again and again.
What we did with Airflow is we made this excercise into a task and setup an Airflow scheduler for this. Now it runs automatically based on our schedule.