1.9 KiB
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 |
|
|
|
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 %}}