An example that reads the public samples of weather data from BigQuery, counts the number of
tornadoes that occur in each month, and writes the results to BigQuery.
An example that reads the public 'Shakespeare' data, and for each word in
the dataset that is over a given length, generates a string containing the
list of play names in which that word appears, and saves this information
to a bigquery table.
An example that reads Wikipedia edit data from Cloud Storage and computes the user with
the longest string of edits separated by no more than an hour within each month.