How to do it...

In this recipe, we'll extract some data from Twitter using the Twitter API and load it into a BigQuery table. Once the data is loaded, we'll use the web interface to query the stored items:

  1. Navigate to the BigQuery home page and select your GCP project: https://bigquery.cloud.google.com/.
  2. Next, let's create a new dataset called TwitterData and a table called theTweets, to hold the extracted data:
  1. While creating the table, add two columns, screen_name and tweet_txt:
  1. Once the BigQuery setup has been completed, navigate to ...

Get Google Cloud Platform Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.