This is the code for the degree project: Evaluating and Designing an Industrial DataOps and Topology for Operational Technology
The monitoring containers are built with InfluxDB, and Grafana to help monitor and visualize the VMs.
To start the monitoring containers:
docker compose -f .\docker-compose-monitor.yml up -d
To end the monitoring containers:
docker compose -f .\docker-compose-monitor.yml down
The DataHubs will be set up in their own VM. They will connect to the (external) Loader and the Monitors.
First start the UMH container, then wait a few minutes while it loads up. Then start the telegraf containers which will send the data to InfluxDB on the DBMserv.
To start the containers:
docker compose up
To end all of the containers:
docker compose down