Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for telemetry type specific tables #20

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

rtamalin
Copy link
Collaborator

Using the existing SCC hardware info blob as an example, implement a telemetry type specific transformation to store the data in the table specific to that telemetry type.

This new mechanism define row handlers matching the associated tables that can be used to process the received JSON blob and store it into the appropriate telemetry table, with a default handler that stores the JSON blob as a single field.

Reorganise the app code to move logically related code into the same files, and renamed some files to better reflect their content.

Updated the staging and subsequent processing of received telemetry reports to align with the expected background processing model that will be implemented at a later date.

Using the existing SCC hardware info blob as an example, implement a
telemetry type specific transformation to store the data in the table
specific to that telemetry type.

This new mechanism define row handlers matching the associated tables
that can be used to process the received JSON blob and store it into
the appropriate telemetry table, with a default handler that stores
the JSON blob as a single field.

Reorganise the app code to move logically related code into the same
files, and renamed some files to better reflect their content.

Updated the staging and subsequent processing of received telemetry
reports to align with the expected background processing model that
will be implemented at a later date.
@rtamalin rtamalin requested a review from mbelur June 14, 2024 22:07
Copy link
Collaborator

@mbelur mbelur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rtamalin rtamalin merged commit 4598bb5 into main Jun 17, 2024
1 check passed
@rtamalin rtamalin deleted the prototype_SLE_SCC_HwInfo_telemetry_type branch July 24, 2024 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants