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

Improve ease-of-use for Telemetry Metadata file #108

Open
cfirth-nasa opened this issue Jan 15, 2024 · 0 comments
Open

Improve ease-of-use for Telemetry Metadata file #108

cfirth-nasa opened this issue Jan 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@cfirth-nasa
Copy link
Contributor

Currently, all OnAIR configurations require a Telemetry metadata file, defining the telemetry headers and a variety of testing parameters per telemetry type in a json table. While this works for the smaller test-type data functions used so far, users may be discouraged if they need to manually create an entry for all columns in their data as that number grows.

As discussed in last week's meeting, it seems like the easiest solution is to implement functionality to generate a Telemetry Metadata file if none is given, using user provided headers. For CSV's, we could simply use the header row if one exists. The Redis case is more difficult; perhaps dictionary or database keys could be used.

@cfirth-nasa cfirth-nasa added the enhancement New feature or request label Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant