rilldata / rill

Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.
https://www.rilldata.com
Apache License 2.0
1.73k stars 117 forks source link

Clickhouse static provisioner #6129

Open begelundmuller opened 12 hours ago

begelundmuller commented 12 hours ago

This PR introduces a new provisioner resource for ClickHouse and implements a provisioner named clickhouse-static, which provisions ClickHouse access by creating a database and corresponding access-restricted user in a single ("static") multi-tenant ClickHouse service.

Example provisioner set for it:

RILL_ADMIN_PROVISIONER_SET_JSON='{"clickhouse": {"type": "clickhouse-static", "spec": {"dsn": "clickhouse://user:pass@host:9440?secure=true"}}}'