noleme / noleme-flow

A library enabling DAG structuring of data processing programs such as ETLs
MIT License
14 stars 4 forks source link

Is there a plan to provide UI interface where users can design the DAG and edit the implementation code for each node? #26

Open lostingz opened 2 years ago

lostingz commented 2 years ago

Is there a plan to provide ui interface where users can design the DAG and edit the implementation code for each node?

eledhwen commented 2 years ago

Hi there 👋

From the onset a UI for designing and monitoring DAGs was indeed part of the vision for noleme-flow, now with that in mind, before we can get there there are two goals that must be attained:

Once those two goals have been attained, we should be in a great position for configuration-based DAG design using noleme-vault. And once that is accomplished, a UI is basically just a frontend for those configuration-based DAGs.

Out of curiosity, what is the application you would see this being useful for (both the DAG itself and a UI-based solution)?