Sign inSign up

ajeetraina777/clickhouse-kit:latest

Manifest digest

sha256:a3baaf52c5973330fb51597d08e1df494767eaf42eef742eba8436cd206fe2fa

Last pushed

16 days by ajeetraina777

Type

Sandbox Kit

Manifest digest

sha256:a3baaf52c5973330fb51597d08e1df494767eaf42eef742eba8436cd206fe2fa

MIXIN
REQUIRES SECRETS

Connects an agent to a remote ClickHouse warehouse (ClickHouse Cloud or self-hosted) over the HTTP interface. The agent queries with curl; the password is injected by the sbx proxy into the X-ClickHouse-Key header, so it never lives inside the container. Edit the CLICKHOUSE_* values below for your warehouse; set the password with: sbx secret set clickhouse.


Credentials
NameServiceRequiredDescription
CLICKHOUSE_PASSWORDclickhouseOptionalClickHouse password (set it with: sbx secret set clickhouse)

Network Egress

CHANGE_ME.clickhouse.cloud

Apply this mixin to a sandbox

sbx run <agent> --kit docker.io/ajeetraina777/clickhouse-kit:latest

Make sure you have docker sbx installed

Run the following command to install sbx on your machine.

macOS
brew install docker/tap/sbx
Windows
winget install Docker.sbx
Learn more about docker sbx