chronix.spark icon indicating copy to clipboard operation
chronix.spark copied to clipboard

Refactor multi-dimensional time series concept

Open adersberger opened this issue 8 years ago • 2 comments

  • POJO representation
  • ChronixRDD
  • DataFrame

adersberger avatar Apr 11 '16 07:04 adersberger

Introduce a new POJO TimeSeries beside MetricTimeSeries with:

  • "metric" as a normal dimension
  • the ability to transform itself into a statically typed data type with all dimensions as fields
  • a flexible way to express the identity (opt-in or opt-out dimensions)

adersberger avatar Apr 18 '16 09:04 adersberger

Use http://objenesis.org for flexible instantiation

adersberger avatar Apr 18 '16 15:04 adersberger