Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Festyan35
Contributor
Contributor

Qlik Connector to Clickhouse Database

Hello,

Anyone can help me for setting configuration ODBC Connector to Clickhouse Database.

I have tried it but I am confused in the connection string configuration in the Clickhouse odbc connector.

Has anyone tried it or are there any recommendations for other connectors to retrieve data from the clickhouse database?

Labels (5)
2 Replies
jprdonnelly
Employee
Employee

The ultimate data-connection configuration will be driven by your Clickhouse settings, but for a fairly vanilla self-hosted deployment of Clickhouse, I've found this to be successful.

The below example is from the 64-bit ODBC Admin configuration panel on Windows Server, after installing the Clickhouse drivers and starting to create a System DSN.

jprdonnelly_0-1748366695912.png

Simplified example above is using the default Unicode Clickhouse ODBC driver, which should also work passing through the Direct Access Gateway if you have a Cloud tenant.

You can also use the Qlik REST API connector, which is a bit less intuitive, but has been successfully implemented both in Cloud and client-managed as a 1st-class way to query Clickhouse.

 

- @jprdonnelly
Festyan35
Contributor
Contributor
Author

Thanks for your answer before @jprdonnelly ,

I already used 64-ODBC clickhouse driver but, im confusing to fill Connection String in the qlik cloud. I can't see connection string reference from clickhouse document.

For Qlik REST Connector, are you have tutorial reference for me to get table database from clickhouse database?