提交 57767546 编写于 作者: A Alexey Milovidov

doc: updated interfaces [#METR-20000].

上级 e1411af2
......@@ -762,9 +762,16 @@ 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".
==JDBC driver==
There are official JDBC driver for ClickHouse. See <a href="https://github.com/yandex/clickhouse-jdbc">here</a>.
==Third-party client libraries==
There exist third-party client libraries for <a href="https://github.com/Infinidat/infi.clickhouse_orm">Python</a>, PHP (<a href="https://github.com/8bitov/clickhouse-php-client">1</a>, <a href="https://github.com/SevaCode/PhpClickHouseClient">2</a>), <a href="https://github.com/roistat/go-clickhouse">Go</a>, <a href="https://github.com/TimonKK/clickhouse">Node.js</a>.
There exist third-party client libraries for <a href="https://github.com/Infinidat/infi.clickhouse_orm">Python</a>, PHP (<a href="https://github.com/8bitov/clickhouse-php-client">1</a>, <a href="https://github.com/SevaCode/PhpClickHouseClient">2</a>, <a href="https://github.com/smi2/phpClickHouse">3</a>, <a href="https://github.com/SevaCode/PhpClickHouseClient">4</a>), <a href="https://github.com/roistat/go-clickhouse">Go</a>, Node.js (<a href="https://github.com/TimonKK/clickhouse">1</a>, <a href="https://github.com/apla/node-clickhouse">2</a>).
Libraries was not tested by us. Ordering is arbitrary.
==Native interface (TCP)==
......
......@@ -775,9 +775,16 @@ $ echo 'SELECT number FROM system.numbers LIMIT 10' | curl 'http://localhost:812
HTTP интерфейс позволяет передать внешние данные (внешние временные таблицы) для использования запроса. Подробнее смотрите раздел "Внешние данные для обработки запроса"
==JDBC драйвер==
Для ClickHouse существует официальный JDBC драйвер. Смотрите <a href="https://github.com/yandex/clickhouse-jdbc">здесь</a>.
==Библиотеки от сторонних разработчиков==
Существуют библиотеки для работы с ClickHouse для <a href="https://github.com/Infinidat/infi.clickhouse_orm">Python</a>, PHP (<a href="https://github.com/8bitov/clickhouse-php-client">1</a>, <a href="https://github.com/SevaCode/PhpClickHouseClient">2</a>), <a href="https://github.com/roistat/go-clickhouse">Go</a>, <a href="https://github.com/TimonKK/clickhouse">Node.js</a>.
Существуют библиотеки для работы с ClickHouse для <a href="https://github.com/Infinidat/infi.clickhouse_orm">Python</a>, PHP (<a href="https://github.com/8bitov/clickhouse-php-client">1</a>, <a href="https://github.com/SevaCode/PhpClickHouseClient">2</a>, <a href="https://github.com/smi2/phpClickHouse">3</a>, <a href="https://github.com/SevaCode/PhpClickHouseClient">4</a>), <a href="https://github.com/roistat/go-clickhouse">Go</a>, Node.js (<a href="https://github.com/TimonKK/clickhouse">1</a>, <a href="https://github.com/apla/node-clickhouse">2</a>).
Библиотеки не тестировались нами. Порядок перечисления произвольный.
==Родной интерфейс (TCP)==
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册