提交 057e71f9 编写于 作者: A Alexey Milovidov

doc: added links to 3rd party client libraries [#METR-2944].

上级 fe0c6ed8
......@@ -758,6 +758,11 @@ The optional 'quota_key' parameter can be passed as the quota key (any s
The HTTP interface allows passing external data (external temporary tables) for querying. For more information, see the section "External data for query processing".
==Third-party client libraries==
There exist third-party client libraries for <a href="https://github.com/Infinidat/infi.clickhouse_orm">Python</a>, <a href="https://github.com/8bitov/clickhouse-php-client">PHP</a>, <a href="https://github.com/roistat/go-clickhouse">Go</a>, <a href="https://github.com/TimonKK/clickhouse">Node.js</a>.
==Native interface (TCP)==
The native interface is used in the &quot;clickhouse-client&quot; command-line client for interaction between servers with distributed query processing, and also in C++ programs. We will only cover the command-line client.
......
......@@ -771,6 +771,11 @@ $ echo 'SELECT number FROM system.numbers LIMIT 10' | curl 'http://localhost:812
HTTP интерфейс позволяет передать внешние данные (внешние временные таблицы) для использования запроса. Подробнее смотрите раздел "Внешние данные для обработки запроса"
==Библиотеки от сторонних разработчиков==
Существуют библиотеки для работы с ClickHouse для <a href="https://github.com/Infinidat/infi.clickhouse_orm">Python</a>, <a href="https://github.com/8bitov/clickhouse-php-client">PHP</a>, <a href="https://github.com/roistat/go-clickhouse">Go</a>, <a href="https://github.com/TimonKK/clickhouse">Node.js</a>.
==Родной интерфейс (TCP)==
Родной интерфейс используется в клиенте командной строки clickhouse-client, при межсерверном взаимодействии для распределённой обработки запроса, а также в программах на C++. Будет рассмотрен только клиент командной строки.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册