clickhouse-hello-world

Installation
SKILL.md

ClickHouse Hello World

Overview

Create a MergeTree table, insert rows with JSONEachRow, and run your first analytical query -- all using the official @clickhouse/client.

Prerequisites

  • @clickhouse/client installed and connected (see clickhouse-install-auth)

Instructions

Step 1: Create a MergeTree Table

import { createClient } from '@clickhouse/client';
Installs
1
GitHub Stars
2.5K
First Seen
Mar 30, 2026
clickhouse-hello-world — jeremylongshore/claude-code-plugins-plus-skills