Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 757 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 757 Bytes

support-analytics

component-event-stream

Consists of an API gateway integrated with a kinesis stream for recording realtime component events from dotcom.

Currently there is a single endpoint, /epic-view. In the future we could have many endpoints and many streams.

The API is behind fastly at:

Fastly routes any requests with a path starting /events/ to the API, dropping the /events/ prefix.

bandit

Consists of three lambdas that make up a state machine for recording view and acquisition data for multi-armed bandit experiments. See Bandit README for more detail.