Hacker News new | ask | show | jobs
by gbrayut 1867 days ago
Curious how this compares with something like Apache Airflow?

https://airflow.apache.org/docs/apache-airflow/stable/concep...

1 comments

Airflow is an acyclic graph, but our user experience graphs have cycles (intentionally).

Airflow also focuses a bit more on being a multi-process data pipeline with workers rather than a way to drive user experiences with rendering, localization, user interaction, etc.