chrisbolin/perf-land

move sites API to google cloud storage

chrisbolin opened this issue · 0 comments

the search API will give us full site URLs, and if we store site data on GCS keyed by those URLs, we can move all of the site data out of the DB and to GCS. we can also store JSON blobs that contain all historical data in one blob, as each month is only ~120B, so a year is less than 1.5KB.