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

Commit

Permalink
draft
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcik-dorota committed Nov 29, 2023
1 parent 983f8be commit 6e394cb
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,8 @@ entries:
entries:
- file: docs/products/clickhouse/reference/supported-table-engines
title: Table engines
- file: docs/products/clickhouse/reference/supported-interfaces-drivers
title: Interfaces and drivers
- file: docs/products/clickhouse/reference/metrics-list
title: ClickHouse metrics in Grafana
- file: docs/products/clickhouse/reference/supported-table-functions
Expand Down
4 changes: 4 additions & 0 deletions docs/products/clickhouse/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ Additional reference information for Aiven for ClickHouse®:
.. grid-item-card:: :doc:`Table functions supported in Aiven for ClickHouse® </docs/products/clickhouse/reference/supported-table-functions>`
:shadow: md
:margin: 2 2 0 0
.. grid-item-card:: :doc:`Interfaces and drivers supported in Aiven for ClickHouse® </docs/products/clickhouse/reference/supported-interfaces-drivers>`
:shadow: md
:margin: 2 2 0 0

Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
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``

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

Check out `Drivers and Interfaces <https://clickhouse.com/docs/en/interfaces/overview>`_ for all the details.

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 24 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#L24

[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": 24, "column": 138}}}, "severity": "ERROR"}

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

Check out `Drivers and Interfaces <https://clickhouse.com/docs/en/interfaces/overview>`_ for all the details.

Related reading
---------------

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

Check failure on line 33 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#L33

[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": 33, "column": 98}}}, "severity": "ERROR"}

0 comments on commit 6e394cb

Please sign in to comment.