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):
HTTPSNative TCPMySQL InterfaceArrow Flight
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.
For security reasons, TLS is required to connect to Aiven for ClickHouse.
The following interfaces (protocols) are not supported:
HTTPgRPCPostgreSQL
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.
- See how to use different drivers (libraries) for connecting to Aiven for ClickHouse.
- For the full list of drivers and libraries that support connecting to ClickHouse, see Drivers and Interfaces.
You can connect to Aiven for ClickHouse with any driver that uses TLS and one of the supported protocols.
Related pages