Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 644 Bytes

File metadata and controls

21 lines (14 loc) · 644 Bytes

[Project] Distributed Short Video Engagement Aggregation

Tech Doc : here

HLD

How to run?

  • Use command make.
  • You can find initialisation scripts in Makefile and resources/local-setup/scripts/
  • If you use other config files, make sure to update APP_ENV env var.
  • Run the tests go test -v ./...

API cURLS

  • fetch aggregate views by viewer-id and timestamp
curl --location '{host}:8000/api/v1/viewer-count?video_id=2omaodmas1&timestamp_in_min=129139'