This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2312 from aiven/dorota-clickhouse-supported-proto…
…cols-interfaces clickhouse: add ref doc for supported protocols and drivers
- Loading branch information
Showing
3 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
docs/products/clickhouse/reference/supported-interfaces-drivers.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
Interfaces and drivers supported in Aiven for ClickHouse® | ||
===================================================================== | ||
|
||
Find out what technologies and tools you can use to interact with Aiven for ClickHouse®. | ||
|
||
.. _clickhouse-interfaces: | ||
|
||
Interfaces (protocols) | ||
---------------------- | ||
|
||
Aiven for ClickHouse® supports the following fundamental underlying interfaces (protocols): | ||
|
||
* ``HTTPS`` | ||
* ``Native TCP`` | ||
* ``MySQL Interface`` | ||
|
||
.. note:: | ||
|
||
For security reasons, you need TLS (plaintext) to connect to Aiven for ClickHouse. | ||
|
||
.. topic:: Not supported interfaces (protocols) | ||
|
||
* `HTTP` | ||
* `gRPC` | ||
* `PostgreSQL` | ||
|
||
.. seealso:: | ||
|
||
For the full list of interfaces and protocols supported in ClickHouse, check out `Drivers and Interfaces <https://clickhouse.com/docs/en/interfaces/overview>`_. | ||
|
||
Drivers (libraries) | ||
------------------- | ||
|
||
There are a number of drivers (libraries) that use one of :ref:`the fundamental underlying interfaces supported in Aiven for ClickHouse <clickhouse-interfaces>` 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. | ||
|
||
.. seealso:: | ||
|
||
* Check out :doc:`how to use different drivers (libraries) for connecting to Aiven for ClickHouse </docs/products/clickhouse/howto/list-connect-to-service>`. | ||
|
||
* For the full list of drivers and libraries that support connecting to ClickHouse, check out `Drivers and Interfaces <https://clickhouse.com/docs/en/interfaces/overview>`_. | ||
|
||
.. note:: | ||
|
||
You can connect to Aiven for ClickHouse with any driver that uses TLS and one of the supported protocols. | ||
|
||
Related reading | ||
--------------- | ||
|
||
* :doc:`How to connect to Aiven for ClickHouse using different libraries </docs/products/clickhouse/howto/list-connect-to-service>` | ||
* `Drivers and interfaces supported in ClickHouse <https://clickhouse.com/docs/en/interfaces/overview>`_ |