Related to "Go"
Go client library for InfluxDB v3
The InfluxDB v3 influxdb3-go
Go client library integrates with Go scripts and applications to write and query data stored in an bucket.
InfluxDB v2 Go client library
The InfluxDB v2 Go client library integrates with Go applications to write data to an InfluxDB Cloud Serverless bucket.
Use Go to query data
Use the influxdb3-go
Go package and SQL or InfluxQL to query data stored in InfluxDB. Execute queries and retrieve data over the Flight+gRPC protocol, and then process data using common Go tools.