vigneshshettyin / examples

ClickHouse Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClickHouse Examples

ClickHouse Blog data

A collection of data required to back our own ClickHouse official Blogs, including:

  • DDL statements;
  • SQL queries;
  • a collection of agents (Vector, FluentBit, etc) configurations to analyze Kubernetes logs in Clickhouse;
  • more;

ClickHouse docker compose recipes

A list of ClickHouse recipes using docker compose:

  • Clickhouse single node with Keeper
  • ClickHouse and Grafana
  • ClickHouse and MSSQL Server 2022
  • ClickHouse and MinIO S3
  • Clickhouse and LDAP (OpenLDAP)
  • ClickHouse and Postgres
  • Clickhouse and Vector syslog and apache demo data
  • Clickhouse Cluster: 2 CH nodes - 3 ClickHouse Keeper (1 Shard 2 Replicas)
  • Clickhouse Cluster: 2 CH nodes - 3 ClickHouse Keeper (2 Shards 1 Replica)
  • Clickhouse Cluster: 4 CH nodes - 3 ClickHouse Keeper (2 Shards 2 Replicas)
  • Clickhouse Cluster: 4 CH nodes - 3 ClickHouse Keeper (2 Shards 2 Replicas) with inter-nodes and keeper digest authentication
  • Clickhouse Cluster: 2 CH nodes - 3 ClickHouse Keeper (1 Shard 2 Replicas) - CH Proxy LB
  • Clickhouse Cluster: 2 CH nodes - 3 ClickHouse Keeper (2 Shards 1 Replica) - CH Proxy LB
  • Clickhouse Cluster: 4 CH nodes - 3 ClickHouse Keeper (2 Shards 2 Replicas) - CH Proxy LB

These recipes are meant to provide a quick n dirty way to get started and try out specific type of ClickHouse integration or clustered environment locally.

Last but not least, feel free to contribute by submitting a PR!

About

ClickHouse Examples

License:Apache License 2.0


Languages

Language:Jinja 68.0%Language:Python 24.2%Language:Shell 5.2%Language:TypeScript 1.9%Language:TSQL 0.3%Language:Dockerfile 0.3%Language:JavaScript 0.0%