Use this tag for questions about the InfluxDB-Python client library.
I'm using the influxdb to try and write some 'measurements' on the local influxdb using the influxdb v4.0.0... I am …
python json post influxdb influxdb-pythonI have influxdb database test with measurement: name: mes1 time Amount Buy_order_id Price ---- ------ ------------ ----- 1529832177822 0.02294 132868375 130117.83 I …
python-3.x influxdb influxdb-pythonHow can I iterate through the result set I get returned from influxDB? I get this result by using client = …
python influxdb influxdb-pythonI am using InfluxDb and have simple line protocol line as shown below: cpu,atag=test1 idle=100,usertime=10,system=1 I …
python influxdb influxdb-pythonI'm using influxdb in my project and I'm facing an issue with query when multiple points are written at once …
python influxdb influxdb-python