Terraform example on how to use Cloud APIThis covers an example of how you can use terraform to create/delete clusters using the APIJan 28, 2025 · 5 min read
ODBC authentication failed error when using the Power BI ClickHouse connectorODBC authentication failed error when using the Power BI ClickHouse connectorJul 10, 2024 · One min read
How to set up ClickHouse on Docker with ODBC to connect to a Microsoft SQL Server (MSSQL) databaseHow to set up ClickHouse on Docker with ODBC to connect to a Microsoft SQL Server (MSSQL) databaseMay 29, 2024 · 3 min read
Change the prompt in clickhouse-clientThis article explains how to change the prompt in your Clickhouse client and clickhouse-local terminal window from :) to a prefix followed by :)Nov 16, 2023 · 2 min read
How can I do partitioned writes by year and month on S3?Learn how to write partitioned data by year and month to an S3 bucket in ClickHouse, using a custom path structure for organizing the data.Mar 24, 2023 · One min read
Python quick example using HTTP requests moduleAn example using Python and requests module to write and read to ClickHouseJul 10, 2022 · 2 min read
What if I have a problem with encodings when using Oracle via ODBC?If you use Oracle as a source of ClickHouse external dictionaries via Oracle ODBC driver, you need to set the correct value for the `NLS_LANG` environment variable in `/etc/default/clickhouse`.Apr 22, 2022 · One min read