Desktop application which enables you to create Big Data application for frameworks which utilizes for execution Directed Acyclic Graph (DAG), by building the graph in user friendly way.
Concept of what am I building can be seen in following mock-up:
To run the application in development mode you must have installed nodejs
, npm
and follow follow these steps:
- Clone the repo
- Run
npm install
in the root of repo - Run
npm run dev
then the program will be lunched in developer mode