Mike

Results 7 issues of Mike

In this PR: - restructure the mapping of Objectiv events on the Snowplow event - instead of one big custom context, split up the event - alle global contexts get...

Area: Tracking

In the current setup, we send an Objectiv event as an integral custom context, with a very loose schema in Iglu. Although this works fine, it may be possible to...

Follow-up of https://docs.google.com/document/d/1aGXpEXfaf4-oFrOgis64Zwaqt2weZrUkyybJJX0WPy8/edit To migrate an existing db: ```sql alter table data drop constraint data_pkey; alter table data add primary key (event_id,cookie_id); ```

Type: Enhancement
Area: Backend

it seems the objectiv collector is more forgiving in allowed characters in the query string than Snowplow. Which can potentially lead to events being invalidated because of chars like `{}`...

Type: Bug
Area: Backend

The tracker should add the current version to events sent to the collector. This helps in tracking down (PUN intended) issues historically, because it becomes easier to reproduce. Additionally, tracker...

Area: Tracking
Area: Taxonomy
Status: Awaiting Triage
Type: Story

Events pushed into SQS by the AWS SP pipeline (in the collector) are using synchronous, and thus blocking calls because boto3 is synchronous. On large volumes this may cause some...

Type: Enhancement
Area: Backend
Type: Under the Hood