Giter Club home page Giter Club logo

snowplow-realtime-docker's Introduction

Snowplow Realtime Docker

Composition

All snowplow images are taken from their repository: snowplow-docker

Other components:

Usage

  • If necessary, put your iglu schemas into the 'iglu' folder.
  • Run docker-compose up -d to pull and start up all containers.
  • Set up a tracker to point to DOCKER_HOST:8080

Exposed ports:

  • Scala stream collector: 8080

  • NSQ admin: 4171

  • Kibana: 5601

  • Elasticsearch head: 9100

  • Elasticsearch: 9200

  • Iglu repository: 80

Example use case

This is useful as a Snowplow Mini alternative, demonstrating the whole Snowplow realtime pipeline stack and allowing instant event visualization in Kibana. Example use case would be debugging Snowplow Javascript script enrichment without pushing your script to production or even waiting for the batch pipeline to run to test the results of this enrichment.

  1. Add your JSON enrichment config file to the config/enrichments folder.
  2. Add your custom self-describing JSON for the derived contexts into the iglu/schemas folder.
  3. Restart stream-enrich container either via CLI or Portainer UI.
  4. Hit the testing page, that has your tracker set up to stream-collector.
  5. View the enrichment results directly in Kibana.

Debugging

  • Loglevels for snowplow compontents can be easily changed via environment variables passed on runtime in docker-compose.yml config.
  • Printing values to stdout in custom Javascript enrichment can be viewed in docker logs: docker logs -f stream-enrich.
  • Bad events will land in elasticsearch with bad type.

snowplow-realtime-docker's People

Contributors

kazysgurskas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.