Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 586 Bytes

File metadata and controls

15 lines (11 loc) · 586 Bytes

ClickHouse ch-1S_1K_IMDB_dataset

Single node ClickHouse instance leveraging 1 ClickHouse Keeper with IMDB dataset

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.

This recipe simply automates the IMDB dataset loading illustrated here.

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