Top "Influxdb-python" questions

Use this tag for questions about the InfluxDB-Python client library.

Using Influx with python to write data on DB

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-python
How send proper timestamp to influxdb with influxdb-python

I 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-python
How to use Python to iterate through influxDB results

How can I iterate through the result set I get returned from influxDB? I get this result by using client = …

python influxdb influxdb-python
Inserting data into Influxdb using Python client with Line protocol

I 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-python
influxdb: Write multiple points vs single point multiple times

I'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