Demos
GlassFlow comes with ready-to-run demos that showcase different pipeline capabilities. Each demo uses the GlassFlow CLI to spin up a local environment with all required infrastructure.
Available Demos
-
Kafka Deduplication β Create a pipeline via the UI that deduplicates Kafka events before writing to ClickHouse. A good starting point to understand the core GlassFlow workflow.
-
Fraud Detection β Detect brute-force login attacks by combining Filter and Deduplication in a single pipeline. Uses synthetic login events and SQL-based fraud queries on clean data in ClickHouse.
Prerequisites
All demos require:
- Docker (or compatible runtime like Docker Desktop, OrbStack, Colima, or Podman)
- Helm β install via Helm docsΒ or run:
brew install helm - GlassFlow CLI β see Install with CLI
Last updated on