Omni can connect to ClickHouse Cloud or on-premise deployment via the official ClickHouse data source.Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Gather your connection details
To connect to ClickHouse with HTTP(S) you need this information:
| Parameter(s) | Description |
|---|---|
HOST and PORT | Typically, the port is 8443 when using TLS or 8123 when not using TLS. |
DATABASE NAME | Out of the box, there is a database named default, use the name of the database that you want to connect to. |
USERNAME and PASSWORD | Out of the box, the username is default. Use the username appropriate for your use case. |
curl command.
If you’re using self-managed ClickHouse, the connection details are set by your ClickHouse administrator.
- Create a ClickHouse data source
Navigate to Admin -> Connections and click the “Add Connection” button in the top right corner.
Select
ClickHouse. Enter your credentials in the form.
Now you should can query and visualize data from ClickHouse in Omni.