(no title)
nooorofe | 1 year ago
Airflow has sensors and triggers. https://airflow.apache.org/docs/apache-airflow/stable/author...
But in the core it is built around data pipeline concept, event driven pipeline will much more fragile. Airflow intentionally doesn't manage business logic, it works with "tasks".
annexrichmond|1 year ago
nyrikki|1 year ago
In a modern even based SOA, products like airflow are a sometimes food while pub/sub is the default.
Perhaps a search for images of the zachman framework would help conceptualize how you are tightly coupling to the implementation.
But also research SOA 2.0, or event based SOA, the Enterprise Service Bus concept of the original SOA is as dead as COBRA.
ETA: the minimal package load for airflow isn't bad, are you installing all of the plugins and their dependencies?