Package

com.snowplowanalytics.snowplow.enrich.common

enrichments

Permalink

package enrichments

Visibility
  1. Public
  2. All

Type Members

  1. case class EnrichmentRegistry(configs: EnrichmentMap) extends Product with Serializable

    Permalink

    A registry to hold all of our enrichment configurations.

    A registry to hold all of our enrichment configurations.

    In the future this may evolve to holding all of our enrichments themselves.

    configs

    Map whose keys are enrichment names and whose values are the corresponding enrichment objects

Value Members

  1. object ClientEnrichments

    Permalink

    Contains enrichments related to the client - where the client is the software which is using the SnowPlow tracker.

    Contains enrichments related to the client - where the client is the software which is using the SnowPlow tracker.

    Enrichments relate to browser resolution

  2. object EnrichmentManager

    Permalink

    A module to hold our enrichment process.

    A module to hold our enrichment process.

    At the moment this is very fixed - no support for configuring enrichments etc.

  3. object EnrichmentRegistry extends Serializable

    Permalink

    Companion which holds a constructor for the EnrichmentRegistry.

  4. object EventEnrichments

    Permalink

    Holds the enrichments related to events.

  5. object MiscEnrichments

    Permalink

    Miscellaneous enrichments which don't fit into one of the other modules.

  6. object SchemaEnrichment

    Permalink
  7. package registry

    Permalink
  8. package web

    Permalink

Ungrouped