| Interface | Description |
|---|---|
| TriggerExample.TrafficFlowOptions |
Inherits standard configuration options.
|
| Class | Description |
|---|---|
| BigQueryTornadoes |
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.
|
| CombinePerKeyExamples |
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.
|
| CombinePerKeyExamples.ConcatWords |
A 'combine function' used with the Combine.perKey transform.
|
| DeDupExample |
This example uses as input Shakespeare's plays as plaintext files, and will remove any
duplicate lines across all the files.
|
| FilterExamples |
This is an example that demonstrates several approaches to filtering, and use of the Mean
transform.
|
| JoinExamples |
This example shows how to do a join on two collections.
|
| MaxPerKeyExamples |
An example that reads the public samples of weather data from BigQuery, and finds
the maximum temperature ('mean_temp') for each month.
|
| TriggerExample |
This example illustrates the basic concepts behind triggering.
|
| TriggerExample.InsertDelays |
Add current time to each record.
|