Related to "Flight"
Use InfluxDB client libraries and SQL or InfluxQL to query data
Use the InfluxDB 3 client libraries with SQL or InfluxQL to query data stored in InfluxDB. InfluxDB 3 client libraries are language-specific packages that integrate with your application. Execute queries and retrieve data and metadata over the Flight+gRPC protocol, and then process data using tools in the language of your choice.
Go client library for InfluxDB 3
The InfluxDB 3 influxdb3-go
Go client library integrates with Go scripts and applications to write and query data stored in an database.
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.
Use Python to query data
Use the influxdb_client_3
Python module 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 Python tools.