bionode / bionode-watermill

💧Bionode-Watermill: A (Not Yet Streaming) Workflow Engine
https://bionode.gitbooks.io/bionode-watermill/content/
MIT License
37 stars 11 forks source link

Improvements to visualization tool #77

Open tiagofilipe12 opened 6 years ago

tiagofilipe12 commented 6 years ago

Currently bionode-watermill has a visualization tool available when running your scripts in localhost:8084. This visualization tool is basically a d3 force-directed graph that enables to draw vertices and edges from an object like this:

{
  "graph": {
    "mode": "NORMAL",
    "vertices": [
      //...Array of vertices
    ],
    "edges": [
      //...Array of edges
    ] 
  }
}

It would be nice to improve this tool by: