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

maintain site-wide metrics #79

Open
ssfrr opened this issue May 8, 2017 · 0 comments
Open

maintain site-wide metrics #79

ssfrr opened this issue May 8, 2017 · 0 comments

Comments

@ssfrr
Copy link
Member

ssfrr commented May 8, 2017

We should be able to create a continuous query that would aggregate data across the site to get things like site-wide average temperature, humidity, etc. We also might want to calculate site-wide min/max and stdev. From an API standpoint I think we'd link to this data from the site resource.

Use Cases:

  1. In the sonification we often re-scale data values relative to the site min/max or mean/std, this way we wouldn't need to keep track of that client-side.

Open questions:

  1. How often do we recalculate this?
  2. Do we also want time-aggregates for these data streams? In that case do we want all possible combinations of time-aggregate functions and sitewide aggregate functions (e.g., do we need to have the daily max of the sitewide min?)

I'd be curious what other use cases people would have for this, which would drive the features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant