Class MinimalBigQueryTornadoes
- java.lang.Object
-
- org.apache.beam.examples.cookbook.MinimalBigQueryTornadoes
-
public class MinimalBigQueryTornadoes extends java.lang.ObjectAn 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.Concepts: Reading/writing BigQuery; counting a PCollection; user-defined PTransforms
The BigQuery input is taken from
apache-beam-testing.samples.weather_stations
-
-
Constructor Summary
Constructors Constructor Description MinimalBigQueryTornadoes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidapplyBigQueryTornadoes(org.apache.beam.sdk.Pipeline p)static voidmain(java.lang.String[] args)static voidrunBigQueryTornadoes(org.apache.beam.sdk.options.PipelineOptions options)
-