opensnowcat/opensnowcat-enrich-pubsub
OpenSnowcat Enrich (Pub/Sub)
169
The OpenSnowcat Enricher processes raw OpenSnowcat event streams with pub/sub by validating, enriching, and augmenting event data before forwarding it for further processing or storage. This Docker image enables scalable and flexible deployment of the OpenSnowcat Enricher in any containerized environment. The enricher supports various data sources, custom enrichment configurations, and integrates seamlessly with Kafka, S3, and other data pipelines.
Refer to Github OpenSnowcat devkit for examples.
docker run \
-it --rm \
-v $PWD:/opensnowcat \
-e GOOGLE_APPLICATION_CREDENTIALS=/opensnowcat/gcloud-key.json \
opensnowcat/opensnowcat-enrich-pubsub \
--enrichments /opensnowcat/enrichments \
--iglu-config /opensnowcat/resolver.json \
--config /opensnowcat/gcp/config.enrich.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-enrich-pubsub