Demo
The demo site www.pydagoras.com provides the oppertunity to update DAG inputs and see the DAG update.
First the site makes a websocket connection, this allow the browser to recieve DAG updates. The connection status can be seen on the site.
The following tabs match the tabs in the browser and show screen shots of the 3 example DAG images.
Below each DAG there are input boxes for the DAG input values. Depending on the state of the toggle, values can be entered one at a time, or in bulk. These values are sent via an API to the backend. When the DAG has been recaluclated the image representation will be returned to the frontend to be displayed, and the DAG will then be refreshed.
The video below shows the demo site being used, where;
- Single then multiple updates are made to a basic DAG using the GUI.
- Then the back end is used to show updates to multipe DAGs and multiple nodes.