March 2019
Beginner to intermediate
778 pages
34h 20m
English
A common developer task is pushing data into BigQuery for later use by analysts or data scientists. Being a data warehouse solution, BigQuery is built to receive very large amounts of data efficiently. There are three primary methods for ingesting data into BigQuery: the BigQuery Jobs API, streaming writes, and writing query results into a table. Note that there are other methods, such as loading CSV files from Cloud Storage and using BigQuery as a Cloud Dataflow sink, but these methods ultimately fall back on one of the three primary ingestion methods.
Read now
Unlock full access