Code that final mile: from big data analysis to slide presentation
Blog post from Google Cloud
Google Cloud Platform (GCP) and G Suite can be integrated to enhance data analysis and presentation capabilities, as demonstrated in a video tutorial by Wesley Chun. By utilizing Google Apps Script, a serverless development platform, users can access G Suite APIs and some GCP tools like BigQuery to perform data queries. The process involves running a query to extract data from BigQuery, storing the results in Google Sheets, generating a chart from the data, and creating a presentation in Google Slides. This workflow allows users to transform big data analysis into an executive-ready presentation, showcasing interoperability between GCP and G Suite. The tutorial highlights the potential of using both platforms together, offering a step-by-step guide through a codelab and a GitHub repository for further exploration and inspiration.