The Titan Control Center Prototype (CCP) is a scalable monitoring infrastructure for Industrial DevOps. It allows to monitor, analyze and visualize the electrical power consumption of devices and machines in production environments such as factories.
This repository contains the following subprojects related to Titan CPP Record Bridges:
- The Record Bridge framework to simply create concrete, Java-based Record Bridge microservices.
- The Raritan Record Bridge, a concrete Record Bridge mircoservice for power distribution units from the manufacturer Raritan
- The Raritan Simulator to tool to simulate Raritan power distribution units
The projects are organized in a Gradle multi-project.
The Record Bridge Framework simplifies the development of Record Bridge microservices.
We use Gradle as a build tool. In order to build the project run
./gradlew build
on Linux/macOS or ./gradlew.bat build
on Windows.