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

List requirements for what the processing lambda should do #5

Open
ehsteve opened this issue Jul 14, 2022 · 5 comments
Open

List requirements for what the processing lambda should do #5

ehsteve opened this issue Jul 14, 2022 · 5 comments

Comments

@ehsteve
Copy link
Member

ehsteve commented Jul 14, 2022

This what I can come up with at the current time. Please comment below if you'd like to add to this list.

  • Generate a higher level data file
  • Generate a hash of the file and add it to a hash list
  • Put the time series data inside a database (such as amazon timestream) for the grafana dashboard
  • Update a metadata database
@dbarrous
Copy link
Member

@tonyastrofig @swkre

@ehsteve
Copy link
Member Author

ehsteve commented Jul 20, 2022

Generate plot file of the data

@ehsteve
Copy link
Member Author

ehsteve commented Jul 20, 2022

Generate text versions of the files for ease of use (csv and JSON).

@ehsteve
Copy link
Member Author

ehsteve commented Jul 21, 2022

The cdf library should be used to validate the output cdf file. The command that needs to be run is cdfvalidate. See the documentation. It's output should be added to the logs. It may produce no output if there are no problems with the cdf file.

@ehsteve
Copy link
Member Author

ehsteve commented Jul 21, 2022

Other cdf commands, like cdfstats and cdfdump should be run to summarize the new cdf file in the logs for ease of debugging.

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

No branches or pull requests

2 participants