arrow_back

Streaming Analytics into BigQuery: Challenge Lab

登录 加入
访问 700 多个实验和课程

Streaming Analytics into BigQuery: Challenge Lab

实验 45 分钟 universal_currency_alt 1 个积分 show_chart 入门级
info 此实验可能会提供 AI 工具来支持您学习。
访问 700 多个实验和课程

ARC106

Google Cloud self-paced labs logo

Overview

In a challenge lab you’re given a scenario and a set of tasks. Instead of following step-by-step instructions, you will use the skills learned from the labs in the course to figure out how to complete the tasks on your own! An automated scoring system (shown on this page) will provide feedback on whether you have completed your tasks correctly.

When you take a challenge lab, you will not be taught new Google Cloud concepts. You are expected to extend your learned skills, like changing default values and reading and researching error messages to fix your own mistakes.

To score 100% you must successfully complete all tasks within the time period!

Setup

Before you click the Start Lab button

Read these instructions. Labs are timed and you cannot pause them. The timer, which starts when you click Start Lab, shows how long Google Cloud resources will be made available to you.

This hands-on lab lets you do the lab activities yourself in a real cloud environment, not in a simulation or demo environment. It does so by giving you new, temporary credentials that you use to sign in and access Google Cloud for the duration of the lab.

To complete this lab, you need:

  • Access to a standard internet browser (Chrome browser recommended).
Note: Use an Incognito or private browser window to run this lab. This prevents any conflicts between your personal account and the Student account, which may cause extra charges incurred to your personal account.
  • Time to complete the lab---remember, once you start, you cannot pause a lab.
Note: If you already have your own personal Google Cloud account or project, do not use it for this lab to avoid extra charges to your account.

Challenge scenario

You are just starting your junior data engineer role. So far you have been helping teams create and manage data using BigQuery, Pub/Sub, and Dataflow.

You are expected to have the skills and knowledge for these tasks.

Your challenge

You are asked to help a newly formed development team with some of their initial work on a new project around real-time environmental sensor data. You have been asked to assist the team with streaming temperature data into BigQuery using Pub/Sub and Dataflow; you receive the following request to complete the following tasks:

  • Create a Cloud Storage bucket as the temporary location for a Dataflow job.
  • Create a BigQuery dataset and table to receive the streaming data.
  • Create up a Pub/Sub topic and test publishing messages to the topic.
  • Create and run a Dataflow job to stream data from a Pub/Sub topic to BigQuery.
  • Run a query to validate streaming data.

Some standards you should follow:

  • Ensure that any needed APIs (such as Dataflow) are successfully enabled.
  • Create all resources in the region, unless otherwise directed.

Each task is described in detail below, good luck!

Task 1. Create a Cloud Storage bucket

  • Create a Cloud Storage bucket using your Project ID as the bucket name:

Click Check my progress to verify the objective. Create a Cloud Storage bucket

Task 2. Create a BigQuery dataset and table

  1. Create a BigQuery dataset called in the region named US (multi region).

  2. In the created dataset, create a table called and add column data with STRING type.

Click Check my progress to verify the objective. Create a BigQuery dataset and table

Task 3. Set up a Pub/Sub topic

  1. Create a Pub/Sub topic called .
  • Use the default settings, which has enabled the checkbox for Add a default subscription.

Click Check my progress to verify the objective. Create a Pub/Sub topic

Task 4. Run a Dataflow pipeline to stream data from Pub/Sub to BigQuery

  1. Create and run a Dataflow job called to stream data from Pub/Sub topic to BigQuery, using the Pub/Sub topic and BigQuery table you created in the previous tasks.
  • Use the Custom Dataflow Template.

  • Use the below Path for the template file stored in Cloud Storage:

    gs://dataflow-templates-{{{project_0.default_region | Region }}}/latest/PubSub_to_BigQuery
  • Use the Pub/Sub topic that you created in a previous task:

  • Use the Cloud Storage bucket that you created in a previous task as the temporary location:

  • Use the BigQuery dataset and table that you created in a previous task as the output table: .

  • Use as the regional endpoint.

Click Check my progress to verify the objective. Create a Dataflow pipeline to stream data from Pub/Sub to BigQuery

Task 5. Publish a test message to the topic and validate data in BigQuery

  1. Publish a message to your topic using the following code syntax for Message: {"data": "73.4 F"}
  • Note: 73.4 F can be replaced with any value.
  1. Run a SELECT statement in BigQuery to see the test message populated in your table.

Note: If you do not see any test messages in your BigQuery table, check that the Dataflow job has a status of Running, and then send another test message.

Click Check my progress to verify the objective. Publish a test message to the topic and validate data in BigQuery

Congratulations!

Congratulations! In this lab, you have successfully created a Cloud Storage bucket, a BigQuery dataset and table, a Pub/Sub topic, and a Dataflow job to stream data from Pub/Sub to BigQuery. You also published a test message to the topic and validated the data in BigQuery.

Google Cloud training and certification

...helps you make the most of Google Cloud technologies. Our classes include technical skills and best practices to help you get up to speed quickly and continue your learning journey. We offer fundamental to advanced level training, with on-demand, live, and virtual options to suit your busy schedule. Certifications help you validate and prove your skill and expertise in Google Cloud technologies.

Manual Last Updated July 17, 2024

Lab Last Tested March 21, 2024

Copyright 2024 Google LLC All rights reserved. Google and the Google logo are trademarks of Google LLC. All other company and product names may be trademarks of the respective companies with which they are associated.

准备工作

  1. 实验会创建一个 Google Cloud 项目和一些资源,供您使用限定的一段时间
  2. 实验有时间限制,并且没有暂停功能。如果您中途结束实验,则必须重新开始。
  3. 在屏幕左上角,点击开始实验即可开始

使用无痕浏览模式

  1. 复制系统为实验提供的用户名密码
  2. 在无痕浏览模式下,点击打开控制台

登录控制台

  1. 使用您的实验凭证登录。使用其他凭证可能会导致错误或产生费用。
  2. 接受条款,并跳过恢复资源页面
  3. 除非您已完成此实验或想要重新开始,否则请勿点击结束实验,因为点击后系统会清除您的工作并移除该项目

此内容目前不可用

一旦可用,我们会通过电子邮件告知您

太好了!

一旦可用,我们会通过电子邮件告知您

一次一个实验

确认结束所有现有实验并开始此实验

使用无痕浏览模式运行实验

请使用无痕模式或无痕式浏览器窗口运行此实验。这可以避免您的个人账号与学生账号之间发生冲突,这种冲突可能导致您的个人账号产生额外费用。