Snowplow Micro

You can use GDK to run Snowplow Micro collector.

Enable Snowplow Micro

To enable GDK to manage snowplow-micro:

  1. Ensure Docker is installed and working.

  2. Enable Snowplow Micro:

    gdk config set snowplow_micro.enabled true
  3. Optional. Snowplow Micro runs on port 9091 by default, you can change to 9092 by running:

    gdk config set snowplow_micro.port 9092
  4. Regenerate your Procfile and YAML config by reconfiguring GDK:

    gdk reconfigure
  5. Restart the GDK:

    gdk restart
  6. Use 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