ChronixDB / chronix.server

The Chronix Server implementation that is based on Apache Solr.
Apache License 2.0
264 stars 29 forks source link

Time Series Vectorization #26

Closed FlorianLautenschlager closed 8 years ago

FlorianLautenschlager commented 8 years ago

Implement a transformation that does a server-side time series vectorization. This is useful in many cases, e..g. data reduction on the client side.

Could be something like that:

transform=vector:points,threshold
FlorianLautenschlager commented 8 years ago

@jweigend what's the algorithm that is currently used in the Software EKG?