Data aggregation documentation - devonfw-forge/powerboard-webapp GitHub Wiki

Data aggregation documentation

Data aggregation service is divided into 2 components

  • Data processing component
  • Data ingestion component

Below is the architecture for the data aggregation service
In this level we further zoom in to each component to show how it is implemented as code.

  • Data processing component
    Data processing service takes data from data aggregator service and data upload service, processes the data and sends it to the ingestion service.
DataProcessing
  • Data ingestion component
    Data ingestion service gets processed data from the data processing service and persists that data into the database.
Dataingestion
⚠️ **GitHub.com Fallback** ⚠️