Skip to Content
Sources

Sources

GlassFlow connects to a growing list of data sources and streams them into ClickHouse with deduplication, joins, filtering, and stateless transformations.

Sources marked ‘Enterprise’ are delivered as part of GlassFlow’s Enterprise Edition. To get access to our managed connectors or request a new connector, get in touch with our team here 

SourceCategoryVersion
Apache Kafka®StreamingOpen Source
AWS MSKStreaming (Kafka-compatible)Open Source
Confluent CloudStreaming (Kafka-compatible)Open Source
OpenTelemetry (OTLP)TelemetryOpen Source
RedpandaStreaming (Kafka-compatible)Open Source
WarpStreamStreaming (Kafka-compatible)Open Source
AirbyteData integrationEnterprise
Amazon S3Object storageEnterprise
Apache Cassandra®DatabaseEnterprise
Apache Iceberg®Table formatEnterprise
AWS CloudWatchTelemetryEnterprise
AWS KinesisStreamingEnterprise
Azure Event HubsStreamingEnterprise
Delta LakeTable formatEnterprise
DynamoDBDatabaseEnterprise
Fluent BitTelemetry collectorEnterprise
FluentdTelemetry collectorEnterprise
Google Cloud StorageObject storageEnterprise
Google Pub/SubStreamingEnterprise
Grafana AlloyTelemetry collectorEnterprise
Kinesis FirehoseStreamingEnterprise
LogstashTelemetry collectorEnterprise
MariaDBDatabaseEnterprise
MongoDBDatabaseEnterprise
MySQLDatabaseEnterprise
NeonDatabaseEnterprise
PostgreSQLDatabaseEnterprise
PostHogProduct analyticsEnterprise
SegmentCustomer data platformEnterprise
SupabaseDatabaseEnterprise
Webhook (HTTP)HTTPEnterprise

Missing an integration? Let us know which source you need and we’ll deliver it within a few weeks. Contact us  with your use case, expected volumes, and timeline—or join our GlassFlow Slack community  to chat with us directly!

How sources work

All source types feed into the same pipeline runtime. Once data is ingested, every source supports:

  • Deduplication — drop duplicate records based on a key and time window
  • Filtering — keep only records matching an expression
  • Stateless transformations — map fields, derive values, reshape records
  • Joins — combine related streams (Kafka sources only)

Output is always written to ClickHouse via the same sink configuration.

Last updated on