ClickHouse
ClickHouse Knowledge Base is great.
Links
- Awesome ClickHouse
- ch2rs - Generate Rust structs from ClickHouse rows.
- Scaling product analytics built on ClickHouse (HN)
- ClickHouse Go
- ClickHouse Backup - Tool for easy ClickHouse backup and restore with cloud storages support.
- ClickHouse Docs (Code)
- Что нужно знать об архитектуре ClickHouse / Алексей Зателепин (Яндекс) (2018)
- A Fast Intro to Fast Query with ClickHouse, by Robert Hodges (2019)
- FluxPipe - Experimental indepenent Flux API for ClickHouse and other embedded datasources.
- Tool to collect performance reports in JSON format from TeamCity, insert into ClickHouse and visualize
- ClickHouse SQLAlchemy
- ClickHouse SQLAlchemy
- ClickHouse Python Driver
- ClickHouse Keeper - Alternative to Apache ZooKeeper.
- ClickHouse vs TimescaleDB (2021)
- Graphite cluster backend with ClickHouse support
- Presentations, meetups and talks about ClickHouse
- Pillar - Elixir library client for work with ClickHouse.
- Mogo - Light weight log visual analytic platform for ClickHouse.
- Install ClickHouse Faster (2022)
- Daisy - Open-source column-oriented and streaming time series database management system built on top of ClickHouse.
- ClickHouse data source for Grafana
- Lesser Known Features of ClickHouse (2022) (HN)
- No, QuestDB is not Faster than ClickHouse (2022) (HN)
- dbt-clickhouse - ClickHouse plugin for dbt (data build tool).
- ClickHouse.jl - Julia Lang client for the ClickHouse TCP native protocol.
- Node ClickHouse - NodeJS client for ClickHouse.
- ClickHouse and the open source modern data stack (2022)
- Jaeger ClickHouse - Jaeger gRPC storage plugin implementation for storing traces in ClickHouse.
- ClickHouse Playground (Code)
- ClickHouse Rust Client - Asynchronous pure rust tokio-based Clickhouse client library.
- ClickHouse Node.JS client
- ClickHouse TS client
- Klickhouse - Rust crate for accessing Clickhouse.
- asynch - Asyncio ClickHouse Python Driver with native (TCP) interface support.
- ClickHouse Cloud is now in Public Beta (2022) (HN)
- ClickHouse Ansible
- Querying the GitHub archive with the ClickHouse playground (2022) (HN)
- Getting Data Into ClickHouse (2022)
- Extracting, converting, and querying data in local files using clickhouse-local (2023) (HN)
- Using ClickHouse for financial market data - Christoph Wurm (ClickHouse) (2023)
- ClickHouse and PostgreSQL - a Match Made in Data Heaven (2022) (Part 2)
- ClickHouse Top - Show live statistics for monitoring your ClickHouse node.
- Building Analytical Apps With ClickHouse (2023)
- Real-time SQL analytics at scale: A story of open-source GitHub activity using ClickHouse + Grafana (2023)
- Making a Homegrown ClickHouse Log for $20/mo (2023) (HN)
- Using Aggregate Combinators in ClickHouse (2023)
- Snuba - Service that provides a rich data model on top of Clickhouse together with a fast ingestion consumer and a query optimizer.
- PostHog ClickHouse Manual
- Building ClickHouse Cloud from scratch in a year (2023) (HN)
- chdb-rust - Rust FFI example binding for chDB, an embedded SQL Engine powered by ClickHouse.
- ClickHouse Knowledge Base (Code)
- ClickHouse for AI - Vectors, Embedding, Semantic Search, and more - Alexey Milovidov (2023)
- chdig - Dig into ClickHouse with TUI interface.
- HouseWatch - Open source tool for monitoring and managing ClickHouse clusters.
- ClickHouse Rust
- ClickHouse driver for Metabase
- Building a cost-effective logging platform using Clickhouse for petabyte scale (2023)
- ScratchDB - Wrapper around Clickhouse that lets you input arbitrary JSON and perform analytical queries against it. It automatically creates tables and columns when new data is added.
- aiochclient - Lightweight async http(s) ClickHouse client for python 3.6+ with types converting.