Found more code [#METR-2944].

This commit is contained in:
Alexey Milovidov 2016-07-14 05:44:09 +03:00
parent 057e71f9b8
commit cb53dcbc2f
2 changed files with 16 additions and 2 deletions

View File

@ -464,6 +464,13 @@ Run 'chown' for the desired user.
Note the path to logs in the server config (src/dbms/src/Server/config.xml).
===Other methods of installation===
The Docker image is located here: <a href="https://hub.docker.com/r/yandex/clickhouse-server/">https://hub.docker.com/r/yandex/clickhouse-server/</a>
There is Gentoo overlay located here: <a href="https://github.com/kmeaw/clickhouse-overlay">https://github.com/kmeaw/clickhouse-overlay</a>
===Launch===
To start the server (as a daemon), run:
@ -760,7 +767,7 @@ The HTTP interface allows passing external data (external temporary tables) for
==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>.
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>.
==Native interface (TCP)==

View File

@ -474,6 +474,13 @@ ClickHouse содержит настройки ограничения досту
Обратите внимание на путь к логам в конфиге сервера (src/dbms/src/Server/config.xml).
===Другие методы установки===
Docker образ: <a href="https://hub.docker.com/r/yandex/clickhouse-server/">https://hub.docker.com/r/yandex/clickhouse-server/</a>
Gentoo overlay: <a href="https://github.com/kmeaw/clickhouse-overlay">https://github.com/kmeaw/clickhouse-overlay</a>
===Запуск===
Для запуска сервера (в качестве демона), выполните:
@ -773,7 +780,7 @@ 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>.
Существуют библиотеки для работы с 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>.
==Родной интерфейс (TCP)==