Getting Started
GlassFlow pipelines are the core of the platform, enabling real-time data processing from multiple sources to ClickHouse.
What is a Pipeline?
A pipeline in GlassFlow is a configuration that defines:
- Source: Data sources to consume from (e.g., Kafka topics, OTLP receivers)
- Transformations: Data processing steps (deduplication, joins, etc.)
- Sink: ClickHouse tables to write to
- Monitoring: Health checks and metrics
See GlassFlow in action
- Demos Hands-on demos that spin up a local environment and walk you through different pipeline capabilities.
- Live Preview See a live preview of GlassFlow running on a GCP cluster.
Demo Video
Next Steps
Ready to get started? Check out these resources:
- Installation - Learn how to install GlassFlow
- Usage Guide - Learn how to build your first pipeline
Last updated on