You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this story is to make it easier to build dag from a data engineer prospective. A data engineer shall not be able to
be proficent in Go and basically we want to provide an UI where he/she is able to draw a dag. We want to leverage the https://github.com/AlexImb/vue-dag library to obtain that scope.
Requirement of the story:
Functional requirement
As end user i want to:
Create a graph by the UI.
Select for each node the workflow code and edit that.
Save/Resume the workflow
Tecnical requirements:
So the scope of this story is:
1 . Create a UI that is able to draw/save a graph and schedule its execution.
2.. Provide a REST api that is able to submit a transpiled graph.
The text was updated successfully, but these errors were encountered:
Goflow DAG builder: Provide a UI DAG builder
Goal
The goal of this story is to make it easier to build dag from a data engineer prospective. A data engineer shall not be able to
be proficent in Go and basically we want to provide an UI where he/she is able to draw a dag. We want to leverage the https://github.com/AlexImb/vue-dag library to obtain that scope.
Requirement of the story:
Functional requirement
As end user i want to:
Tecnical requirements:
So the scope of this story is:
1 . Create a UI that is able to draw/save a graph and schedule its execution.
2.. Provide a REST api that is able to submit a transpiled graph.
The text was updated successfully, but these errors were encountered: