opensnowcat/opensnowcat-collector-kafka
OpenSnowcat Collector (Kafka)
97
OpenSnowcat Collector (Kafka) is a highly scalable, real-time event tracking server that ingests events from Snowplow and Segment SDKs and streams them directly to a Kafka topic for further processing. This Docker image facilitates easy deployment and configuration of the collector in a containerized environment. It supports custom event schemas, payload formats, and includes options for logging, rate limiting, and security. Ideal for data-driven pipelines leveraging Kafka as the transport layer.
docker run --rm \
-v $PWD/config.hocon:/opensnowcat/config.hocon \
-p 8080:8080 \
opensnowcat/opensnowcat-collector-kafka:latest --config /opensnowcat/config.hocon
This software is licensed under Apache 2.0. For additional details visit the Github project
Please contact hello@opensnowcat.io for additional information.
docker pull opensnowcat/opensnowcat-collector-kafka