Category "influxdb-python"

Recording high frequency time-series data with influxdb

I want to record data every 10 milliseconds. Here is the sample code: with InfluxDBClient(url=url, token=token, org=org, enable_gzip=True) as client: with c

Python aioinflux `serialization.usertype.SchemaError: Can't have more than one timestamp-type attribute`, how to avoid it?

I have this dataclass with a lineprotocol schema like this: from datetime import date, datetime from aioinflux import lineprotocol, TIMEDT, TAG, FLOAT, MEASUREM

InfluxDBClientError: retention policy not found: autogen

I am going through https://www.influxdata.com/blog/getting-started-python-influxdb/ documentation to query influxdb with python. I am able to create the databa