Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 483 Bytes

File metadata and controls

11 lines (7 loc) · 483 Bytes

DataProcessor Service

DataProcessor microservice is designed to process data, received from telemetry sensors.

The following telemetry data is available:

  • Temperature - for general patient health check.
  • Acoustic - for recognizing heart diseases.

DataProcessor does not store any kind of data and is used only for data processing. The health report is generating as a result of processing. Health reports are stored in Report.API microservice (transferring by EventBus).