Created
August 4, 2018 13:28
-
-
Save lucasrenan/008fe5fd938d9fd23db50fe36285c5fb to your computer and use it in GitHub Desktop.
Running snowplow on Docker (self reminder)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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