본문 바로가기
Cloud/Google Cloud Study Jam

Ingesting Data Into The Cloud

by 사향낭 2022. 6. 20.
 

Ingesting Data Into The Cloud | Google Cloud Skills Boost

In this lab you'll learn how to use a bash script to download selected data from a large public data set that is available on the internet.

www.cloudskillsboost.google

 

이번 lab에서는 website에서 데이터를 가져와 Cloud Storage에 저장하고 Google BigQuery로 데이터를 불러오는 과정을 해볼것이다.

 

bash script로 bucket을 생성하고 생성한 버킷에 데이터를 저장하고 저장한 데이터를 이용해 BigQuery에 새로운 database를 만들어보았다.

댓글