Hello,
Would it be possible to use Airflow for externally triggered task, either itself or inside an ecosystem.
For example, if an event happens, I want to store it synchronically in MySQL, but then I want to design a task workflow to propagate this data right away in NoSQL databases, increment counters, maybe send an email to the user, etc ..
I was thinking that Airflow could listen to messages on a broker, like RabbitMQ or Kafka. Is it possible and how does it compare to Celery for instance ?