Hi Ashan,
Currently, you would not be able to get the timestamp out of the event
unless you use a databridge agent callback. In that case, you can use
Java code to simply get by calling event.getTimestamp().
However, if you want to use the timestamp as an attribute while doing
processing within C
Hi Lahiru,
Would it be possible to use linear regression already available as
Siddhi extensions in [1] or maybe improve on that existing extensions
to extend it to fit polynomial curves? The code is available here [2].
I think forecasting is also available which can be useful in this
usecase. WDY