docs-v2/content/influxdb/clustered/reference/client-libraries/v2/kotlin.md

1.4 KiB

title seotitle list_title description external_url menu weight prepend
Kotlin client library Use the Kotlin client library Kotlin Use the InfluxDB Kotlin client library to interact with InfluxDB. https://github.com/influxdata/influxdb-client-java/tree/master/client-kotlin
influxdb_clustered
name parent
Kotlin v2 client libraries
201
block content
warn ### Use InfluxDB v3 clients The `/api/v2/query` API endpoint and associated tooling, such as InfluxDB v2 client libraries and the `influx` CLI, **can't** query an {{% product-name omit=" Clustered" %}} cluster. [InfluxDB v3 client libraries](/influxdb/clustered/reference/client-libraries/v3/) and [Flight SQL clients](/influxdb/clustered/reference/client-libraries/) are available that integrate with your code to write and query data stored in {{% product-name %}}. InfluxDB v3 supports many different tools for [**writing**](/influxdb/clustered/write-data/) and [**querying**](/influxdb/clustered/query-data/) data. [**Compare tools you can use**](/influxdb/clustered/get-started/#tools-to-use) to interact with {{% product-name %}}.

Kotlin is an open source programming language that runs on the Java Virtual Machine (JVM).

The documentation for this client library is available on GitHub.

Kotlin InfluxDB client