Could you describe the origin/source of this data? ```javascript [ { date: '2020-01-01', technology: 'Wordpress', adoption: { mobile: 10, desktop: 10, across_dataset: 20, }, } ] ``` The goal is to create a script to query this data from BQ transform and save it in Firestore.