Skip to main content

Interfaces and drivers supported in Aiven for ClickHouse®

Find out what technologies and tools you can use to interact with Aiven for ClickHouse®.

Interfaces (protocols)

Aiven for ClickHouse® supports the following fundamental underlying interfaces (protocols):

  • HTTPS
  • Native TCP
  • MySQL Interface
  • Arrow Flight
note

Arrow Flight is available for new services running ClickHouse 25.8 LTS. To get the connection details, use the Aiven API, Aiven CLI, or Aiven MCP server.

note

For security reasons, TLS is required to connect to Aiven for ClickHouse.

The following interfaces (protocols) are not supported:

  • HTTP
  • gRPC
  • PostgreSQL

For the full list of interfaces and protocols supported in ClickHouse, see Drivers and Interfaces.

Drivers (libraries)

There are a number of drivers (libraries) that use one of the fundamental underlying interfaces supported in Aiven for ClickHouse under the hood. It's up to you to pick up a driver (library) of your choice and use it for connecting to your Aiven for ClickHouse service.

note

You can connect to Aiven for ClickHouse with any driver that uses TLS and one of the supported protocols.

Related pages