Clickhouse Io
Description
--- name: clickhouse-io description: ClickHouse 데이터베이스 패턴, 쿼리 최적화, 분석, 고성능 분석 워크로드를 위한 데이터 엔지니어링 모범 사례. --- # ClickHouse 분석 패턴 고성능 분석과 데이터 엔지니어링을 위한 ClickHouse 전용 패턴. ## 개요 ClickHouse는 온라인 분석 처리(OLAP)를 위한 컬럼 지향 데이터베이스 관리 시스템(DBMS)입니다. 대규모 데이터셋에서 빠른 분석 쿼리에 최적화되어 있습니다. **주요 기능:** - 컬럼 지향 저장소 - 데이터 압축 - 병렬 쿼리 실행 - 분산 쿼리 - 실시간 분석 ## 테이블 설계 패턴 ### MergeTree 엔진 (가장 일반적) ```sql CREATE TABLE markets_analytics ( date Date, market_id String, market_name String, volume UInt64, t
Installation
Installs to ~/.claude/skills/revfactory-everything-claude-code-clickhouse-io/SKILL.md
mkdir -p ~/.claude/skills/revfactory-everything-claude-code-clickhouse-io && curl -fsSL https://raw.githubusercontent.com/revfactory/everything-claude-code/HEAD/skills/clickhouse-io.md -o ~/.claude/skills/revfactory-everything-claude-code-clickhouse-io/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11