Core

This section contains the overview of the Core components of the United Manufacturing Hub.

The microservices in this section are part of the Core of the United Manufacturing Hub. They are mainly developed by the UMH team, with the addition of some third-party software. They are used to provide the core functionality of the platform.


Cache

The technical documentation of the redis microservice, which is used as a cache for the other microservices.

Database

The technical documentation of the database microservice, which stores the data of the application.

Factoryinsight

The technical documentation of the Factoryinsight microservice, which exposes a set of APIs to access the data from the database.

Grafana

The technical documentation of the grafana microservice, which is a web application that provides visualization and analytics capabilities.

Kafka Bridge

The technical documentation of the kafka-bridge microservice, which acts as a communication bridge between two Kafka brokers.

Kafka Broker

The technical documentation of the kafka-broker microservice, which handles the communication between the microservices and the Kafka broker.

Kafka Console

The technical documentation of the kafka-console microservice, which provides a GUI to interact with the Kafka broker.

Kafka to Postgresql

The technical documentation of the kafka-to-postgresql microservice, which consumes messages from a Kafka broker and writes them in a PostgreSQL database.

MQTT Bridge

The technical documentation of the mqtt-bridge microservice, which acts as a communication bridge between two MQTT brokers.

MQTT Broker

The technical documentation of the mqtt-broker microservice, which forwards MQTT messages between the other microservices.

MQTT Kafka Bridge

The technical documentation of the mqtt-kafka-bridge microservice, which transfers messages from MQTT brokers to Kafka Brokers and vice versa.

Node-RED

The technical documentation of the nodered microservice, which wires together hardware devices, APIs and online services.

Sensorconnect

The technical documentation of the sensorconnect microservice, which reads data from sensors and sends them to the MQTT or Kafka broker.

Last modified April 4, 2023: feat: version (75e2d11)