Skip to main content

Clickhouse

Setting up the Clickhouse connector

NoItemRequiredExampleNotes
1HostYesThe host endpoint of the Clickhouse cluster.
2PortYes8123The port of the database.
3DatabaseYesdefaultThe name of the database.
4UsernameYesThe username which is used to access the database.
5PasswordNoThe password associated with this username.
6JDBC URL Parameters (Advanced)NoAdditional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (Eg. key1=value1&key2=value2&key3=value3). For more information read about JDBC URL parameters.
7SSL ConnectionNoEncrypt data using SSL.

Zipstack Cloud features a powerful SQL querying engine on top of many types of connectors, including those from Trino, some custom connectors and connectors from the open source Airbyte project. Some Zipstack cloud connectors are designed to utilize and expand upon Airbyte's connector protocol, but they do not use Airbyte's EL core. Additionally, some parts of the documentation for these connectors have been adapted from the connector documentation found in Airbyte's open source project.