GitHub user NicoDupont added a comment to the discussion: Apache Airflow vs Hop Server (vs Hop-run)
95% of my Hop workflows are executed on a Hop server because it's convenient to be able to choose the execution machine (ram/cpu/access/env). The logs are in Apache Airflow and it doesn't matter if the Hop server restarts. @pcserna How many workflows do you have to execute? You can just use cron tab if it's very low or a python script with the shedule package or APScheduler package. I use Airflow because I have multiple scenarios (ssh, http, docker, dbt, python script) and over 200 DAGs... You can see at Dagster, Prefect, Kestra, Luigi, etc.. There is a lot of alternatives to airflow. GitHub link: https://github.com/apache/hop/discussions/5654#discussioncomment-14254036 ---- This is an automatically sent email for users@hop.apache.org. To unsubscribe, please send an email to: users-unsubscr...@hop.apache.org