snowplow-incubator / snowplow-micro

Standalone application to automate testing of trackers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snowplow Micro

Docker Image Version (latest semver) Docker pulls Build Status License

Snowplow Micro is a lightweight version of the Snowplow pipeline. It’s great for:

  • Getting familiar with Snowplow
  • Debugging and testing, including automated testing

Just like a real Snowplow pipeline, Micro receives, validates and enriches events sent by your tracking code.

Learn more in the documentation: https://docs.snowplow.io/docs/getting-started-with-micro/basic-usage/


Maintainer quick start

Assuming Git and sbt:

git clone git@github.com:snowplow-incubator/snowplow-micro.git
cd snowplow-micro

git clone --branch 3.2.0 --depth 1 git@github.com:snowplow/stream-collector.git
cd stream-collector
sbt +publishLocal && cd ..

sbt test

Copyright and License

Copyright (c) 2019-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.)

About

Standalone application to automate testing of trackers

License:Other


Languages

Language:Scala 100.0%