clickhouse-core-workflow-b
Installation
SKILL.md
ClickHouse Insert & Query (Core Workflow B)
Overview
Insert data efficiently and write analytical queries with aggregations, window functions, and materialized views.
Prerequisites
- Tables created (see
clickhouse-core-workflow-a) @clickhouse/clientconnected
Instructions
Step 1: Bulk Insert Patterns
import { createClient } from '@clickhouse/client';
Related skills