Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Joe's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcik-dorota committed Nov 29, 2023
1 parent 6e394cb commit 0874e11
Showing 1 changed file with 22 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,37 @@ Aiven for ClickHouse® supports the following fundamental underlying interfaces
* ``Native TCP``
* ``MySQL Interface``

.. topic:: Full list of interfaces (protocols) supported in Aiven for ClickHouse
.. note::

Check out `Drivers and Interfaces <https://clickhouse.com/docs/en/interfaces/overview>`_ for all the details.
For security reasons, you need TLS (plaintext) to connect to Aiven for ClickHouse.

.. topic:: Not supported interfaces (protocols)

* `HTTP`
* `gRPC`
* `PostgreSQL`

Check failure on line 25 in docs/products/clickhouse/reference/supported-interfaces-drivers.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/products/clickhouse/reference/supported-interfaces-drivers.rst#L25

[Aiven.first_PostgreSQL_is_registered] At least one 'PostgreSQL' must be marked as ®
Raw output
{"message": "[Aiven.first_PostgreSQL_is_registered] At least one 'PostgreSQL' must be marked as ®", "location": {"path": "docs/products/clickhouse/reference/supported-interfaces-drivers.rst", "range": {"start": {"line": 25, "column": 7}}}, "severity": "ERROR"}

.. 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.

Check failure on line 34 in docs/products/clickhouse/reference/supported-interfaces-drivers.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/products/clickhouse/reference/supported-interfaces-drivers.rst#L34

[Aiven.common_replacements] Use 'ClickHouse' instead of 'clickhouse'.
Raw output
{"message": "[Aiven.common_replacements] Use 'ClickHouse' instead of 'clickhouse'.", "location": {"path": "docs/products/clickhouse/reference/supported-interfaces-drivers.rst", "range": {"start": {"line": 34, "column": 138}}}, "severity": "ERROR"}

.. topic:: Full list of drivers (libraries) supported in Aiven for ClickHouse
.. seealso::

* Check out :doc:`how to use different drivers (libraries) for connecting to Aiven for ClickHouse </docs/products/clickhouse/howto/list-connect-to-service>`.

Check out `Drivers and Interfaces <https://clickhouse.com/docs/en/interfaces/overview>`_ for all the details.
* 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
---------------

Check out :doc:`how to connect to Aiven for ClickHouse using different libraries </docs/products/clickhouse/howto/list-connect-to-service>`.
* :doc:`How to connect to Aiven for ClickHouse using different libraries </docs/products/clickhouse/howto/list-connect-to-service>`

Check failure on line 49 in docs/products/clickhouse/reference/supported-interfaces-drivers.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/products/clickhouse/reference/supported-interfaces-drivers.rst#L49

[Aiven.common_replacements] Use 'ClickHouse' instead of 'clickhouse'.
Raw output
{"message": "[Aiven.common_replacements] Use 'ClickHouse' instead of 'clickhouse'.", "location": {"path": "docs/products/clickhouse/reference/supported-interfaces-drivers.rst", "range": {"start": {"line": 49, "column": 90}}}, "severity": "ERROR"}
* `Drivers and interfaces supported in ClickHouse <https://clickhouse.com/docs/en/interfaces/overview>`_

0 comments on commit 0874e11

Please sign in to comment.