docs-v2/content/influxdb/cloud-dedicated/reference/client-libraries/flight-sql/_index.md

1.9 KiB

title description weight menu influxdb/cloud-dedicated/tags aliases
Flight SQL clients Flight SQL clients are language-specific drivers that can interact with SQL databases using the Arrow in-memory format and the Flight RPC framework. View the list of available clients. 30
influxdb_cloud_dedicated
name parent
Flight SQL clients Client libraries
Golang
Python
client libraries
Flight SQL
/influxdb/cloud-dedicated/reference/client-libraries/flight-sql/go-flightsql/
/influxdb/cloud-dedicated/reference/client-libraries/flight-sql/python-flightsql-dbapi/

Flight and Flight SQL clients are language-specific drivers that interact with SQL databases using the Arrow in-memory format and the Flight RPC framework. Clients provide a FlightClient that can query and retrieve data from InfluxDB v3 using gRPC and Flight.

Flight clients are maintained by Apache Arrow projects or third-parties. For specifics about a Flight client, see the client's GitHub repository.

{{% note %}} InfluxDB v3 client libraries use Flight clients and offer additional convenience for writing, querying, and retrieving data stored in {{% cloud-name %}}. {{% /note %}}

C# (csharp)

Go

Java

Python