Перейти к основному содержимому
Перейти к основному содержимому

Omni

Community Maintained

Omni может подключаться к ClickHouse Cloud или локальному развертыванию через официальный источник данных ClickHouse.

1. Соберите ваши данные для подключения

To connect to ClickHouse with HTTP(S) you need this information:

  • The HOST and PORT: typically, the port is 8443 when using TLS or 8123 when not using TLS.

  • The DATABASE NAME: out of the box, there is a database named default, use the name of the database that you want to connect to.

  • The USERNAME and PASSWORD: out of the box, the username is default. Use the username appropriate for your use case.

The details for your ClickHouse Cloud service are available in the ClickHouse Cloud console. Select the service that you will connect to and click Connect:

ClickHouse Cloud service connect button

Choose HTTPS, and the details are available in an example curl command.

ClickHouse Cloud HTTPS connection details

If you are using self-managed ClickHouse, the connection details are set by your ClickHouse administrator.

2. Создайте источник данных ClickHouse

Перейдите в раздел Admin -> Connections и нажмите кнопку "Add Connection" в правом верхнем углу.

Интерфейс администратора Omni, показывающий кнопку Add Connection в разделе Connections

Выберите ClickHouse. Введите ваши учетные данные в форму.

Интерфейс конфигурации подключения Omni для ClickHouse, показывающий поля формы для учетных данных

Теперь вы можете выполнять запросы и визуализировать данные из ClickHouse в Omni.