This repository holds an extension for ExplorViz Backend that adds an dashboard to explorviz. this dashboard can be used to monitore a application better. It has components named widgets that supports you in the process of monitoring a application.
The related frontend extension is explorviz-frontend-extension-dashboard.
- Follow the Eclipse Setup of the ExplorViz Backend
- Clone this repository
- Import project into eclipse: via
Import -> Gradle -> Existing Gradle project -> path/to/explorviz-backend-extension-dashboard - Start the docker-compose-dashboard.yml file inside the mongo_db folder via
docker-compsoe -f docker-compose-dashboard.yml up -d - Start explorviz-backend-extension-dashboard via Eclipse Tab:
Run As -> Java Application -> Select Main - net.explorviz.extension.dashboard.main -> OK - Setup and start explorviz-frontend with the installed explorviz-frontend-extension-dashboard