Snowplow Micro
Snowplow Micro
You can use GDK to run Snowplow Micro collector.
Enable Snowplow Micro
To enable GDK to manage snowplow-micro:
Ensure Docker is installed and working.
Enable Snowplow Micro:
gdk config set snowplow_micro.enabled trueOptional. Snowplow Micro runs on port
9091by default, you can change to9092by running:gdk config set snowplow_micro.port 9092Regenerate your Procfile and YAML config by reconfiguring GDK:
gdk reconfigureRestart the GDK:
gdk restartUse these URLs to access Snowplow Micro:
http://localhost:9091/micro/good: View the good events.http://localhost:9091/micro/bad: View the bad events .http://localhost:9091/micro/all: View the statistics for all events.http://localhost:9091/micro/reset: Reset the counter.
Last updated on