Hello all. I tried googling this question but found nothing. My question is, it it possible to create my own InfluxQL function? I want to create a continuous query but don’t want to use the functions that they have. The function I am trying to write is simple as taking two values from the same measurement, multiplying them, and then writing them to a new tag. (I.e I have a data value “Current” and a data value “Voltage”, and what I want to do is create a continuous query to calculate “Power” which is Current * Voltage. Is this type of thing possible? Are there any examples that I can refer too? Thanks to all of those who reply in advance.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Subqueries - nested continuous queries in InfluxDB
|
1 | 1066 | July 24, 2020 | |
Store custom functions? | 1 | 313 | November 9, 2023 | |
Maximum number of CQ to create in InfluxDB database | 1 | 422 | August 21, 2020 | |
Help writing continuous query subtracting two series
|
6 | 7863 | May 30, 2020 | |
Influxdb1.8 to create a continuous query does not work? | 2 | 504 | November 24, 2021 |