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

This commit is contained in:
Alexey Milovidov 2016-07-14 05:34:57 +03:00
parent fe0c6ed801
commit 057e71f9b8
2 changed files with 10 additions and 0 deletions

View File

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

View File

@ -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++. Будет рассмотрен только клиент командной строки.