Looking for influxb example
I've got a lot of data recorded about my boat in influxdb v1.8. I'd like to write some python scripts to extract various data such as position, speed, wind, etc. and process in various ways.
Can anyone point me to some examples of python scripts that could extract a series of navigation.position values?
5 Replies
not being a smartass, but ask ChatGPT? i think it could help you with this
Have you checked the influxdb docs page about python integration? https://docs.influxdata.com/influxdb/cloud/api-guide/client-libraries/python/
There is a section about querying data from influxdb using python
Will try that, but it seems to be oriented to newer versions of influxdb than 1.8.
It should work. Here is a quote from docs: "InfluxDB client libraries are language-specific packages that integrate with the InfluxDB 2.0 API and support both InfluxDB 1.8+ and InfluxDB 2.0."
Okay. Thanks for digging a bit deeper on this question. I'll give it a try when the current urgent distractions are handled.