Technical & DevelopmentIntermediate
clickhousectl-local-dev
Setup clickhousectl local servers and testing environments.
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/ClickHouse/agent-skills --skill clickhousectl-local-devnpx skills add https://github.com/ClickHouse/agent-skills --skill clickhousectl-local-devOr paste this URL into your assistant to install:
Overview
What This Skill Does
Guides setting up a complete local ClickHouse developer server container environment, schema boots, and query test CLI runs.
Application
When to use this Skill
- Setting up a local ClickHouse container environment using the clickhousectl CLI.
- Installing ClickHouse server and client tools on local development machines.
- Bootstrapping tables, database schemas, and mock data for sandbox testing.
- Running query benchmarks on local database servers before deployment.
- Managing local configs and testing integrations with app servers.
Documentation
Show Skills.md file
Local ClickHouse Development Setup
This skill walks through setting up a complete local ClickHouse development environment using clickhousectl. Follow these steps in order.
When to Apply
Use this skill when the user wants to:
- Build an application that needs an analytical database or ClickHouse specifically
- Set up a local ClickHouse instance for development
- Install ClickHouse on their machine
- Create tables and start querying ClickHouse locally
- Prototype or experiment with ClickHouse
Step 1: Install clickhousectl
Check if clickhousectl is already available:
which clickhousectl
If not found, install it:
Lines 1 - 25 of 172
Recommendations