You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@edgent.apache.org by "Dale LaBossiere (JIRA)" <ji...@apache.org> on 2016/06/30 20:31:10 UTC

[jira] [Updated] (QUARKS-218) add multivariable JsonAnalytics

     [ https://issues.apache.org/jira/browse/QUARKS-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dale LaBossiere updated QUARKS-218:
-----------------------------------
    Description: 
A user recently needed to perform JsonAnalytics on multiple variables and JsonAnalytics only has support for single variable aggregations.  Incorporate what was developed to support it.

e.g., for a JsonObject that has a "tx", "rx", and "timestamp", generate aggregation for:
tx : MIN, MAX
rx : MEAN
timestamp : MAX

  was:A user recently needed to perform JsonAnalytics on multiple variables and JsonAnalytics only has support for single variable aggregations.  Incorporate what was developed to support it.


> add multivariable JsonAnalytics
> -------------------------------
>
>                 Key: QUARKS-218
>                 URL: https://issues.apache.org/jira/browse/QUARKS-218
>             Project: Quarks
>          Issue Type: New Feature
>          Components: Analytics
>            Reporter: Dale LaBossiere
>            Assignee: Dale LaBossiere
>            Priority: Minor
>
> A user recently needed to perform JsonAnalytics on multiple variables and JsonAnalytics only has support for single variable aggregations.  Incorporate what was developed to support it.
> e.g., for a JsonObject that has a "tx", "rx", and "timestamp", generate aggregation for:
> tx : MIN, MAX
> rx : MEAN
> timestamp : MAX



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)