git clone https://github.com/hd-chuong/winter-tla.git
Ensure you have Python 3 installed in your computer. Python is needed to host a minimal REST Server. The demo needs a server because otherwise, the JSON loading component does not work.
From your Terminal / PowerShell
python -m http.server 7999
From your browser
Viewing the graph-view
http://localhost:7999/graphview.html
Viewing the matrix-view
http://localhost:7999/matrixview.html
There is an option to upload datasets into either graph view or matrix view. The datasets are stored in datasets
folder
Note: While the matrixview
is stable and can handle all sample datasets, the graphview
only handles datasets/dataset1-graph-and-matrix.json
. Loading other datasets into graphview
will cause run-time error. This is a bug and needs to be fixed in the next iterations.