This project contains applications required to load Snowplow data into Snowflake with low latency.
Check out the example config files for how to configure your loader.
The Azure snowflake loader reads the stream of enriched events from Event Hubs.
Basic usage: `
docker run \
-v /path/to/config.hocon:/var/config.hocon \
snowplow/snowflake-loader-kafka:0.2.4 \
--config /var/config.hocon
The GCP snowflake loader reads the stream of enriched events from Pubsub.
docker run \
-v /path/to/config.hocon:/var/config.hocon \
snowplow/snowflake-loader-pubsub:0.2.4 \
--config /var/config.hocon
The AWS snowflake loader reads the stream of enriched events from Kinesis.
docker run \
-v /path/to/config.hocon:/var/config.hocon \
snowplow/snowflake-loader-kinesis:0.2.4 \
--config /var/config.hocon
Technical Docs | Setup Guide | Roadmap & Contributing |
---|---|---|
Technical Docs | Setup Guide | Roadmap |
Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved.
Licensed under the Snowplow Limited Use License Agreement. (If you are uncertain how it applies to your use case, check our answers to [frequently asked questions][faq].)