Closed
Description
Could you describe the origin/source of this data?
[
{
date: '2020-01-01',
technology: 'Wordpress',
lighthouse: [
{
name: 'performance',
tested: 10,
desktop: {
median_score: 71,
},
mobile: {
median_score: 73,
},
across_dataset: {
median_score: 83,
},
},
{
name: 'accessibility',
tested: 10,
desktop: {
median_score: 71,
},
mobile: {
median_score: 73,
},
across_dataset: {
good_number: 83,
},
},
...
],
}
]
The goal is to create a script to query this data from BQ transform and save it in Firestore.
Metadata
Metadata
Assignees
Labels
No labels