I’m pretty new to using the TICK stack and just about getting there with understanding how TICK Scripts work.
One thing I would like to do without having to create a UDF in kapacitor is to be able to run a batch query based on each data point and its tag values as streamed to Kapacitor Is this possible? This is so I can recalculate values as and when new data is received.
This isn’t possible via a batch query over all data utilising group by as the number of series runs into millions the batch query is incredibly slow and prone to making influxDB go OOM