This repository holds the UpdateService for the Discovery Agent. The UpdateService manages a list of Rules for the rule base engine of the Discovery Agent.
- Modify
watch.directory
in theexplorviz.properties
file with the path to the rulesfolder. - Start the
build/libs/explorviz-backend-extension-discovery-agent-update-service.jar
next to the backend. The folderRules
contains already written rules for the sampleApplication and the JPetStore.
- Download the latest Eclipse IDE for Java Developers (ExplorViz requires JDK 8 compliance).
- Clone this repository.
- Import project into Eclipse: via
Import -> Gradle -> Existing Gradle project -> path/to/the/repo
. - Run:
Rightclick on project -> Run as -> Java Application
.