Supported Providers
ClickHouse
ClickHouse provider allows you to interact with ClickHouse database.
Overview
ClickHouse is an open-source column-oriented DBMS for online analytical processing that allows users to generate analytical reports using SQL queries in real-time.
Authentication Parameters
The ClickHouse provider requires the following authentication parameters:
Clickhouse Username
: The username to authenticate with ClickHouse.Clickhouse Password
: The password to authenticate with ClickHouse.Clickhouse Hostname
: The host where ClickHouse is running.Clickhouse Port
: The port where ClickHouse is running. The default port is9000
.Clickhouse Database
: The database to connect to.
Connecting with the ClickHouse provider
- Obtain the required authentication parameters.
- Add ClickHouse provider to your keep account and configure with the above authentication parameters.