Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 579 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 579 Bytes

daGui

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: mock-up

Run in dev mode

To run the application in development mode you must have installed nodejs, npm and follow follow these steps:

  1. Clone the repo
  2. Run npm install in the root of repo
  3. Run npm run dev then the program will be lunched in developer mode