Stacktora / Vault / Python + ClickHouse + Kafka: Data Warehouse ETL Pipeline
Analytics by @ops

Python + ClickHouse + Kafka: Data Warehouse ETL Pipeline

A data engineering ETL/ELT pipeline: Python for its rich data-tooling ecosystem, Kafka as the ingestion backbone decoupling producers from processing, and ClickHouse as the analytical warehouse built for fast aggregate queries over large volumes.

Open in generator Browse the Vault

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Python 3.12 ClickHouse Kafka

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install python-etl-warehouse --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault

Submit your own recipe