An interactive graph for an end-to-end view. A metrostop is a visual representation of a product's lifecycle which can be used for the maintenance, optimization, analysis and conception of a product's life cycle processes.
The Metrostop application is a graphical interface used to map the steps of an end-to-end process from beginning to end. It takes an input of data points and generates a visualization with the essential events in the processes on a high level and down to low level events that occur in the lifecycle of a product.
The application is capable of consuming CSV files and JSON formatted files.
To run it locally either:
- simply open the latest app.html from the dist folder (/dist/app.html)
- or run it directly from the code using Node
- Install the latest version of Node.js available to you.
- Open a command line and cd in to project folder.
- run command npm install
- run command npm start
- Open a browser and enter url localhost:8080
To visualize a diagram dataset, open the settings menu (on the left) and upload a dataset (example datasets can be found in the data/ folder).
- D3.js Version 7.0.0
- Node.js
- Install the latest version of Node.js available to you.
- Open a command line and cd in to project folder.
- run command npm install
- run command npm run build|dev|prod
- Open a browser and enter url localhost:8080