Dynamic Graph Modeller
Tabla de Contenidos
About
The Dynamic Graph Modeller (DGM) is a component of the ENACT project that is in charge of retrieve data and metrics from the ENACT environment, process it and generate a graph with it. This graph data will be show in the UI of the DGM apart that will be available for the rest of ENACT's components for their use.
Getting started
Prerrequisites
- Have installed the TDCME component.
Installation
The straight way to install the DGM is by the deployment of the Helm chart provided in the repo.
git clone https://gitlab.eclipse.org/eclipse-research-labs/enact-project/dynamic-graph-modeller.git
cd dynamic-graph-modeller/helm/dgm
helm install dgm . --create-namespace --namespace enact
Once the deployment is up and running you could access the DGM frontend at:
If any specific changes in the configuration wants to be applied it can be applied changing the values.yaml
file.