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 CloudWatchTelemetryOpen Source
AWS MSKStreaming (Kafka-compatible)Open Source
Confluent CloudStreaming (Kafka-compatible)Open Source
Fluent BitTelemetry collectorOpen Source
FluentdTelemetry collectorOpen Source
Grafana AlloyTelemetry collectorOpen Source
LogstashTelemetry collectorOpen 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 KinesisStreamingEnterprise
Azure Event HubsStreamingEnterprise
Delta LakeTable formatEnterprise
DynamoDBDatabaseEnterprise
Google Cloud StorageObject storageEnterprise
Google Pub/SubStreamingEnterprise
Kinesis FirehoseStreamingEnterprise
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