Loading...
Loading...
Sets up and manages ClickHouse using the clickhousectl CLI — installs and runs a local ClickHouse server for development, and creates managed ClickHouse Cloud services for production (authentication, service creation, schema migration, application connection). Use when the user wants to build an application with ClickHouse, set up a local ClickHouse dev environment, create tables and start querying, deploy ClickHouse to production or ClickHouse Cloud, or migrate from a local setup to the cloud.
npx skill4agent add clickhouse/agent-skills infra-clickhouseclickhousectlref/local.mdref/cloud.md| The user wants to... | Read |
|---|---|
| Build an app with ClickHouse, develop or prototype locally, no cloud account needed | ref/local.md |
| Go to production, host a managed ClickHouse, or use ClickHouse Cloud explicitly | ref/cloud.md |
| Operate an existing cloud service (schemas, users, queries against it) | ref/cloud.md |
| Develop locally now, ship to production later | Start with ref/local.md; it points to ref/cloud.md when it's time to go to prod |
clickhousectlwhich clickhousectlcurl -fsSL https://clickhouse.com/cli | sh~/.local/bin/clickhousectlchctlexport PATH="$HOME/.local/bin:$PATH"--jsonghclickhouse-best-practicesinfra-postgres