Best practice for scheduling multiple workflows (Docker Compose & Kubernetes)? #6676
-
|
Hello Hop community, I am building a data platform with Apache Hop (v2.17) and looking for the recommended way to schedule multiple .hwf workflows as part of my Master Thesis. Currently, I am using Hop-Web to create the workflows in the UI and I want to use something more lightweight to execute the workflows. My idea was splitting the workflows into topics, having one to parse and store data for each data domain. This includes saving prod data in a dedicated bi database. I know from previous Q&A (#6105) that Hop Server isn't a time-based scheduler, and the standard approach is triggering the hop-run.sh CLI via a native scheduler (like cron) to run short-lived execution containers. My environments are:
Questions:
Finally, thank you for taking your time and helping me out. Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi,
or execute in dataflow or similar sky is the limit |
Beta Was this translation helpful? Give feedback.
Hi,
you can trigger n number of short lived containers
or
or use and metal to run individual jobs using the crontabs
or execute in dataflow or similar
sky is the limit