Skip to main content

ClickHouse integration

ClickHouse is an open-source column-oriented database management system.

To integrate ClickHouse to Windmill, you need to save the following elements as a resource.

Add ClickHouse Resource

PropertyTypeDescriptionDefaultRequiredWhere to Find
hoststringHostname or IP of ClickHouse servertrueProvided by your hosting provider or found in the ClickHouse config file (config.xml)
usernamestringUsername for ClickHouse connectionfalseFound in the ClickHouse users config file (users.xml) or provided by your hosting provider
passwordstringPassword for ClickHouse connectionfalseFound in the ClickHouse users config file (users.xml) or provided by your hosting provider

Your resource can be passed as a parameter or fetched directly within scripts, flows, low-code apps and full-code apps.

tip

Find some pre-set interactions with ClickHouse on the Hub.

Feel free to create your own ClickHouse scripts on Windmill.