Skip to main content

Distribution and deployment

Distribution options

There are two distributions of Snowbridge.

The default distribution contains everything except for the Kinesis source, i.e. the ability to read from AWS Kinesis. This distribution is all licensed under the Snowplow Community License. (If you are uncertain how it applies to your use case, check our answers to frequently asked questions.)

It’s available on Docker:

docker pull snowplow/snowbridge:2.3.0
docker run snowplow/snowbridge:2.3.0

Deployment

The app can be deployed via services like EC2, ECS or Kubernetes using docker.

Configuration and authentication can be done by mounting the relevant files, and/or setting the relevant environment variables as per the standard authentication methods for cloud services.

Telemetry notice

By default, Snowplow collects telemetry data for Snowbridge (since version 1.0.0). Telemetry allows us to understand how our applications are used and helps us build a better product for our users (including you!).

This data is anonymous and minimal, and since our code is open source, you can inspect what’s collected.

If you wish to help us further, you can optionally provide your email (or just a UUID) in the user_provided_id configuration setting.

If you wish to disable telemetry, you can do so by setting disable_telemetry to true.

See our telemetry principles for more information.

Was this page helpful?