mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Found more code [#METR-2944].
This commit is contained in:
parent
057e71f9b8
commit
cb53dcbc2f
@ -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)==
|
||||
|
@ -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)==
|
||||
|
Loading…
Reference in New Issue
Block a user