Skip to content

Instantly share code, notes, and snippets.

View hodgesrm's full-sized avatar

Robert Hodges hodgesrm

View GitHub Profile
@hodgesrm
hodgesrm / demo.yaml
Last active April 5, 2020 19:28
Sample ClickHouse cluster resource definition file for testing monitoring
apiVersion: "clickhouse.altinity.com/v1"
kind: "ClickHouseInstallation"
metadata:
name: "demo"
spec:
configuration:
zookeeper:
nodes:
- host: zookeeper.zoo1ns
port: 2181
@hodgesrm
hodgesrm / datetime_examples.md
Last active August 27, 2025 06:20
Comparing data types for MergeTree and Iceberg V2

ClickHouse-to-Iceberg date handling

This example compares the representation of datetime values in MergeTree and Iceberg.

Prereqs

  1. Ice REST catalog configured.
  2. S3-compatible bucket my-bucket configured.

Demo script