Florian Lautenschlager
Florian Lautenschlager
Currently the API is designed to handle hole time series objects at once. But there is also the use case to store single time series data points. This will of...
Chronix Storage currently stores each element of a collection in a lucene field adding a postfix for identification. ``` names => [chronix,storage] - names::mv::1 -> chronix - names::mv::2 -> storage...
The current implementation has a very low test coverage. - Write test for the default implementation - Change the implementation to Chronix.fastdtw
Available aggregations can be found here: https://github.com/ChronixDB/chronix.server#function-query
Rename metric to name.
We should re-factor the plug-in in a way that we extract the chronix-related code and create a separate chronix js-client (a new repo or chronix.server).
Currently the time series are named based on it metric name. The attributes are not included.