- Learning Google BigQuery
- Thirukkumaran Haridass Eric Brown
- 295字
- 2021-07-02 21:23:55
What this book covers
Chapter 1, Google Cloud and Google BigQuery, is a hands-on demo of App Engine, Cloud SQL, BigQuery, Cloud datastore, compute engine, and Google Cloud Storage.
Chapter 2, Google Cloud SDK, covers how to install and configure the Google Cloud SDK and use various utilities provided in the SDK to interact with App Engine, Cloud SQL, BigQuery, and Google Cloud Storage.
Chapter 3, BigQuery Data Types, illustrates various data types supported in Google BigQuery and how to migrate your data to BigQuery.
Chapter 4, BigQuery SQL Basic, covers how to query the data using both legacy SQL and standard SQL, and how to merge data from various tables using queries.
Chapter 5, BigQuery SQL Advanced, shows how to use partition tables in your project and query an external data source on Google Cloud (such as Google Cloud Storage) from within BigQuery. We cover querying of wild card tables, user-defined functions, views, and using nested and repeated types in our tables to support importing JSON data.
Chapter 6, Google BigQuery API, teaches you how to use BigQuery API to create tables and datasets dynamically. You learn to load data into BigQuery and perform streaming insert of records for real-time analytics using Python and C#. Permissions, users, and roles are covered in this chapter.
Chapter 7, Visualizing BigQuery Data, shows you how to visualize your data by connecting it to various frontend tools, such as Tableau and Google Data Studio. We write custom programs in R.
Chapter 8, Google Cloud Pub/Sub, covers the use of the Cloud Pub/Sub messaging system to log messages from various applications and its use to implement real-time reporting and analytics. This chapter also covers Cloud Dataprep, which helps prepare the data for loading into BigQuery.
- 從零開始:數(shù)字圖像處理的編程基礎(chǔ)與應(yīng)用
- Java 開發(fā)從入門到精通(第2版)
- Java面向?qū)ο笏枷肱c程序設(shè)計(jì)
- Visual C++數(shù)字圖像模式識(shí)別技術(shù)詳解
- Python網(wǎng)絡(luò)爬蟲從入門到實(shí)踐(第2版)
- Rust Cookbook
- Python Network Programming Cookbook(Second Edition)
- Mastering AndEngine Game Development
- ASP.NET 3.5程序設(shè)計(jì)與項(xiàng)目實(shí)踐
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- Oracle JDeveloper 11gR2 Cookbook
- SQL Server數(shù)據(jù)庫管理與開發(fā)兵書
- 打開Go語言之門:入門、實(shí)戰(zhàn)與進(jìn)階
- 案例式C語言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)
- C# Multithreaded and Parallel Programming