ClickHouse analytics DB

v0.1.4

ClickHouse server + table introspection plus narrow mutators (OPTIMIZE, KILL QUERY, SYSTEM RELOAD CONFIG). Auth via CH_HOST + CH_USER + CH_PASSWORD env vars on the runner host. Uses clickhouse-client with --query to keep arg surface minimal.

Pack ID
clickhouse
Vendor
emisar
OS
linux
Actions
19
Required binaries: clickhouse-client. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:4960d1cc8b7c882c8707a5b6896aed94a5e2238bbfcaf82d93f5f957c3b1b2fe

on the runner host
sudo emisar pack install clickhouse \
  --hash sha256:4960d1cc8b7c882c8707a5b6896aed94a5e2238bbfcaf82d93f5f957c3b1b2fe \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 19 total

View on GitHub