Terraform example on how to use Cloud APIJanuary 20, 2025 · 5 min readThis covers an example of how you can use terraform to create/delete clusters using the API
ODBC authentication failed error when using the Power BI ClickHouse connectorJuly 10, 2024 · One min readODBC authentication failed error when using the Power BI ClickHouse connector
How to set up ClickHouse on Docker with ODBC to connect to a Microsoft SQL Server (MSSQL) databaseMay 29, 2024 · 3 min readHow to set up ClickHouse on Docker with ODBC to connect to a Microsoft SQL Server (MSSQL) database
How can I do partitioned writes by year and month on S3?March 24, 2023 · One min readLearn how to write partitioned data by year and month to an S3 bucket in ClickHouse, using a custom path structure for organizing the data.
Python quick example using HTTP requests moduleJuly 10, 2022 · 2 min readAn example using Python and requests module to write and read to ClickHouse
What if I have a problem with encodings when using Oracle via ODBC?April 22, 2022 · One min readIf 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`.