https://github.com/clickhouse/clickhouse-recipes
Sample code for solving common problems with ClickHouse
https://github.com/clickhouse/clickhouse-recipes
Last synced: 2 months ago
JSON representation
Sample code for solving common problems with ClickHouse
- Host: GitHub
- URL: https://github.com/clickhouse/clickhouse-recipes
- Owner: ClickHouse
- License: apache-2.0
- Created: 2023-12-20T09:23:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T03:42:30.000Z (about 1 year ago)
- Last Synced: 2026-03-27T23:42:50.752Z (2 months ago)
- Language: Python
- Size: 34 MB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ClickHouse Recipes
This repository contains sample code for solving common problems with ClickHouse.
* [Ingesting data from Redpanda using Kafka table engine](recipes/redpanda/README.md)
* [Ingesting data continuously from S3](recipes/s3queue/README.md)
* [SQL Dynamic Column Selection](recipes/sql-dynamic-column-selection/README.md)
* [Remote querying Parquet files](recipes/parquet-remote-querying/README.md)
* [Working with monetary values](recipes/monetary-values/README.md)
* [Parsing DateTime strings](recipes/datetime-strings/README.md)
* [Converting JSON to Parquet](recipes/json-to-parquet/README.md)
* [Export to Parquet based on row size](recipes/export-parquet-row-size/README.md)
* [Interactive Streamlit app with chdb](recipes/streamlit-chdb/README.md)