Dears!
I have a conceptual question: Is Node-RED a reasonable tool to migrate data from one InfluxDB to another InfluxDB? I am struggling with migrating the data using InfluxDB's native means.
Does it make sense to query the first InfluxDB with one node and write the data to the second InfluxDB with another node? How about performance? We are dealing with 500k to 1 million rows per measurement.
Any ideas and suggestions are welcome.