Skip to content

ClickHouse Data Ingestion with Skippr

YAML for this destination lives on the connector page. There is no separate warehouses: block.

ClickHouse excels at real-time analytical queries on large datasets. Skippr streams and batches data into ClickHouse with typed bronze layers and dbt models tuned for fast aggregations.

CDC is supported on this destination. See CDC destinations.

What Skippr does here

  • Extract from 12+ sources directly into ClickHouse
  • Deterministic schema discovery and evolution
  • Automatic data cleansing with dead letter handling
  • AI business modeling — dimensions, facts, and metrics delivered as dbt
  • Columnar OLAP performance for events, logs, and metrics

Sample skippr.yml

yaml
data_sinks:
  warehouse:
    Clickhouse:
      url: "http://localhost:8123"
      database: default
      user: default

Full connector reference: clickhouse.

Install: Install.