Skip to content

Instantly share code, notes, and snippets.

@lucasrenan
Created August 4, 2018 13:28
Show Gist options
  • Select an option

  • Save lucasrenan/008fe5fd938d9fd23db50fe36285c5fb to your computer and use it in GitHub Desktop.

Select an option

Save lucasrenan/008fe5fd938d9fd23db50fe36285c5fb to your computer and use it in GitHub Desktop.
Running snowplow on Docker (self reminder)
docker run \
-v ${PWD}/config:/snowplow/config \
-p 8000:8000 \
-e 'SP_JAVA_OPTS=-Xms512m -Xmx512m' \
-e 'GOOGLE_APPLICATION_CREDENTIALS=/snowplow/config/gcp-key.json' \
snowplow-docker-registry.bintray.io/snowplow/scala-stream-collector-google-pubsub:0.13.0 \
--config /snowplow/config/config.hocon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment