Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 862 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 862 Bytes

harlequin-adapter-template

This repo provides the Harlequin adapter for clickhouse. It is based on the harlequin-adapter-template

See Harlequin docs for more database adapter.

Setup ClickHouse

This is from the ClickHouse single node with Keeper in the ClickHouse Examples repo

Single node ClickHouse instance leveraging 1 ClickHouse Keeper

By default the version of ClickHouse used will be latest, and ClickHouse Keeper will be latest-alpine. You can specify specific versions by setting environment variables before running docker compose up.

export CHVER=23.4
export CHKVER=23.4-alpine
docker compose up