Tauffer-Consulting / domino

User friendly and open source platform for workflow creation and monitoring
https://domino-workflows.io/
Apache License 2.0
128 stars 11 forks source link

Useful operation pieces #280

Open vinicvaz opened 4 months ago

vinicvaz commented 4 months ago

We should start thinking about default operational pieces, such as conditional branching, iteration and loops, etc. We need to determine the best approach for implementing these components and how to translate them into the DAG file.

ref: https://docs.astronomer.io/learn/airflow-branch-operator

luiztauffer commented 4 months ago

related: https://github.com/Tauffer-Consulting/domino/pull/60

tdari commented 4 months ago

We should start thinking about default operational pieces, such as conditional branching, iteration and loops, etc. We need to determine the best approach for implementing these components and how to translate them into the DAG file.

ref: https://docs.astronomer.io/learn/airflow-branch-operator

I recently starred this repo, which might be helpful in the frontend. But I didn't dig into it much, there may be more suitable tools.

tdari commented 1 month ago

Reactflow has introduced computational flows in v12.0.0. See, https://reactflow.dev/learn/advanced-use/computing-flows

vinicvaz commented 1 month ago

Reactflow has introduced computational flows in v12.0.0. See, https://reactflow.dev/learn/advanced-use/computing-flows

This is really nice! Not sure if we can use it right now since all the processing is happening in Airflow but it might be useful at some point.