Hello,
I am currently setting up an influxDB. I am using the influxdb-java-client to read and write data to and from the influxDB.
My problem is that i have multiple Field values per Point I am inserting into the DB. This becomes an issue when I want to reassemble the Point again, since Influx splits the Point by its Field values and puts them into different Tables.
I tried using join() but I am struggling with the Flux syntax. Is this the right approach?
Can you help me?