/snowflake-loader

Primary LanguageScalaOtherNOASSERTION

Snowplow Snowflake Loader

Build Status Release License

Introduction

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.

Azure

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.3 \
  --config /var/config.hocon

GCP

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.3 \
  --config /var/config.hocon

AWS

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.3 \
  --config /var/config.hocon

Find out more

Technical Docs Setup Guide Roadmap & Contributing
i1 i2 i3
Technical Docs Setup Guide Roadmap

Copyright and License

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].)