-
Notifications
You must be signed in to change notification settings - Fork 0
Data aggregation documentation
sakshi1805 edited this page Jun 22, 2022
·
3 revisions
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.
-
Data ingestion component
Data ingestion service gets processed data from the data processing service and persists that data into the database.