It all starts with the data! We first ingest datafrom Start.gg and store it locally so we can startworking on itStart.ggMy NintendoSwitch(yes really)Now that the data is stored locally, we can workon it! Raw data is never clean, so we use toolsto synthesize it for proper analysissmash.dbA little bit of Excel and Python later, we nowhave a clean, single source of truth for ourdata.First, weprecalculatethe metrics wewant tocompare byThen, we servethem over anAPI to ourwebsitesmash.watchGA — 3 MonthsIn summary, we take data from Start.gg, wesynthesize it, and serve it over an API to thiswebsite.