Drag-drop User Interface that describes pipelines for transforming data sources. Uses connected nodes to create a DAG (directed acyclic graph) that describes such pipeline. Backend service pending.
- nodejs (version 16+), npm
- yarn
- Run
$ yarn install
to install application dependencies.
$ yarn dev
Modify the node title/button title labels by going into:
src/nodeLabels.js
and modifying the constant values to whatever user-facing value needed.
Can also modify lists, values under src/constants.js
, which will modify options for other node types, operation types, etc