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 batch capability for running analytics over historical results (e.g. after uploading data from SD cards) #29

Open
JSegrave-IBM opened this issue Mar 23, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@JSegrave-IBM
Copy link
Collaborator

Add capability to run analytics as a batch over a selected historical day. This ticket covers the back-end analytic and service interface, not the UI.

  • Add service to invoke the batch capability for the selected date.
  • Automatically figure out the relevant start time for the given date.
  • Automatically figure out the relevant end time for the given date (last sensor record time + longest configured analytic window, typically 8hrs)
  • Run analytics over the above period.
@JSegrave-IBM JSegrave-IBM added the enhancement New feature or request label Mar 23, 2021
JSegrave-IBM added a commit to JSegrave-IBM/Prometeo-Rules-Decision that referenced this issue Mar 23, 2021
… over historical results (e.g. after uploading data from SD cards)
JSegrave-IBM added a commit to JSegrave-IBM/Prometeo-Rules-Decision that referenced this issue Mar 23, 2021
… over historical results (e.g. after uploading data from SD cards)
@upkarlidder
Copy link
Member

Adding @ljmokrzy FYI

JSegrave-IBM added a commit to JSegrave-IBM/Prometeo-Rules-Decision that referenced this issue Apr 1, 2021
JSegrave-IBM added a commit to JSegrave-IBM/Prometeo-Rules-Decision that referenced this issue Apr 1, 2021
JSegrave-IBM added a commit to JSegrave-IBM/Prometeo-Rules-Decision that referenced this issue Apr 1, 2021
… records in the batch window (also refactored batch_run_analytics to be a little clearer - it takes a start & end time now (rather than a schedule of individual minutes)
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

2 participants