Questions tagged [influxdb-2]

More information here https://v2.docs.influxdata.com/v2.0/. Version 2 uses a new query language called Flux and it is also reactive in nature.

289 questions
-1
votes
1 answer

Why is this inner join returning noting, while it should return many lines items

This code executes an innerjoin operation on an influx.db My expectation is that a new table should be returned with entries that are common for booth input tables. But is does not return is nothing. Can somebody assist to tell me what i doing…
H Doucet
  • 77
  • 7
-1
votes
1 answer

Getting CORS error with Vue3 and influxdb2

I get a CORS-error when accessing my influxdb2 from a Vue frontend. The frontend is running local in development mode, the influxdb runs on a server in the network. I used apache as a reverseproxy but don't get it to work. RewriteEngine On …
praetorianer777
  • 309
  • 3
  • 12
-2
votes
1 answer

InfluxDB 2.1 in Matlab

I am trying to access data of InfluxDB 2.1 from Matlab 2021. There is an API for InfluxDB v1.7: https://github.com/EnricSala/influxdb-matlab but it's not working for InfluxDB v2.1 due to several changes (databases are buckets, use of tokens and so…
1 2 3
19
20