SlideShare une entreprise Scribd logo
1  sur  44
Télécharger pour lire hors ligne
Google BigQuery
- The first step -
2016/05/28
Mulodo Vietnam Co., Ltd.
What’s BigQuery
Official site : https://cloud.google.com/bigquery/docs/
BigQuery is Google's fully managed, petabyte scale, low
cost analytics data warehouse.
BigQuery is NoOps—there is no infrastructure to manage
and you don't need a database administrator—so you can
focus on analyzing data to find meaningful insights, use
familiar SQL, and take advantage of our pay-as-you-go
model.
→ WDH: SQL like (easy to use), Petabyte scale(for Huge data)
Features of BigQuery
Column oriented Database
Full Scan instead of using Index
Charge for scanned data size
http://static.googleusercontent.com/media/research.google.com/ja//pubs/archive/36632.pdf
https://www.flickr.com/photos/mairin/galleries/72157624181197793/

https://cloud.google.com/blog/big-data/2016/03/google-bigquery-cuts-historical-data-storage-cost-in-half-and-accelerates-many-queries-by-10x
The first step - overview -
1. Preparation (create account)
2. Try BigQuery with prepared data
3. Upload your data to your BigQuery storage and try it.
Preparation steps
1. Preparation (create account)
1. Create your Google account
2. Move to Google Cloud platform (has no account)
3. “Try IT Free”
4. “Sign up for free trial”
5. Account registration
6. Move to Google Cloud Platform (login)
7. Select ‘BigQuery’ from left menu (top-left icon)
Create your google account
1. Preparation (create account)
1. Create your Google account
https://accounts.google.com/signUp
Move to Google Cloud Platform
1. Preparation (create account)
2. Go to Google Cloud platform (has no account)
3. “Try IT Free”
https://cloud.google.com
Move to Google Cloud Platform
1. Preparation (create account)
2. Go to Google Cloud platform (has no account)
3. “Try IT Free”
https://cloud.google.com
Move to Google Cloud Platform
1. Preparation (create account)
2. Go to Google Cloud platform (has no account)
3. “Try IT Free”
https://cloud.google.com
Account registration
1. Preparation (create account)
4. “Sign up for free trial”
5. Account registration
Account registration
1. Preparation (create account)
4. “Sign up for free trial”
5. Account registration
<- Credit Card required
Move to Google Cloud Platform
1. Preparation (create account)
6. Move to Google Cloud Platform (login)
7. Select ‘BigQuery’ from left menu (top-left icon)
https://cloud.google.com
Move to Google Cloud Platform
1. Preparation (create account)
6. Move to Google Cloud Platform (login)
7. Select ‘BigQuery’ from left menu (top-left icon)
https://cloud.google.com
Move to Google Cloud Platform
1. Preparation (create account)
6. Move to Google Cloud Platform (login)
7. Select ‘BigQuery’ from left menu (top-left icon)
https://cloud.google.com
Now you are ready to use BigQuery
Credit card ....
I can hardly check how
much I have as free
credit.
Credit card ....
I can hardly check how
much I have as free
credit.
Okay. Anytime you can
check your free creit and
trial days easily.
... I wanna try BigQuery
Try BigQuery with public data
Try BigQuery with public data
Query
Query
SELECT repository_name FROM [bigquery-public-
data:samples.github_timeline] LIMIT 1000
Query
SELECT repository_name FROM [bigquery-public-
data:samples.github_timeline] LIMIT 1000
Query
SELECT repository_name FROM [bigquery-public-
data:samples.github_timeline] LIMIT 1000
Query
SELECT repository_name FROM [bigquery-public-
data:samples.github_timeline] LIMIT 1000
Query
SELECT repository_name FROM [bigquery-public-
data:samples.github_timeline] LIMIT 1000
EX) Query complete (2.1s elapsed, cached)
Query complete (3.8s elapsed, 61.4 MB processed)
More query
SELECT actor, actor_attributes_name , count( actor_attributes_name ) as amount
FROM [bigquery-public-data:samples.github_timeline]
group by actor, actor_attributes_name order by amount desc LIMIT 1000
Much more query
You can check query syntax
by yourself.
https://cloud.google.com/
bigquery/query-reference
Upload your data
1. Create database
2. Create Table (with CSV)
3. check “Table ID”
4. QUERY!
Create new dataset
Create new dataset
Create new dataset
Create new dataset
Create newTable (with CSV file)
Create newTable (with CSV file)
Create newTable (with CSV file)
Create newTable (with CSV file)
nemo,47,nemo@mulodo.com
foo,30,foo@example.com
bar,25,bar@example.com
sample.csv
Create newTable (with CSV file)
nemo,47,nemo@mulodo.com
foo,30,foo@example.com
bar,25,bar@example.com
sample.csv
Check “Table ID”
Check “Table ID”
Check “Table ID”
QUERY for your own table!!
Now you are ready to use
BigQuery.
Next
Install GCP SDK
Use command line tools
Characteristic of Google BigQuery.
Especially, Tips for business use.
Thank you!

Contenu connexe

Tendances

node.js on Google Compute Engine
node.js on Google Compute Enginenode.js on Google Compute Engine
node.js on Google Compute Engine
Arun Nagarajan
 
Connecta Event: Big Query och dataanalys med Google Cloud Platform
Connecta Event: Big Query och dataanalys med Google Cloud PlatformConnecta Event: Big Query och dataanalys med Google Cloud Platform
Connecta Event: Big Query och dataanalys med Google Cloud Platform
ConnectaDigital
 

Tendances (20)

Google Cloud Platform at Vente-Exclusive.com
Google Cloud Platform at Vente-Exclusive.comGoogle Cloud Platform at Vente-Exclusive.com
Google Cloud Platform at Vente-Exclusive.com
 
BigQuery for Beginners
BigQuery for BeginnersBigQuery for Beginners
BigQuery for Beginners
 
Google BigQuery for Everyday Developer
Google BigQuery for Everyday DeveloperGoogle BigQuery for Everyday Developer
Google BigQuery for Everyday Developer
 
Complex realtime event analytics using BigQuery @Crunch Warmup
Complex realtime event analytics using BigQuery @Crunch WarmupComplex realtime event analytics using BigQuery @Crunch Warmup
Complex realtime event analytics using BigQuery @Crunch Warmup
 
TDC2016SP - Trilha BigData
TDC2016SP - Trilha BigDataTDC2016SP - Trilha BigData
TDC2016SP - Trilha BigData
 
An indepth look at Google BigQuery Architecture by Felipe Hoffa of Google
An indepth look at Google BigQuery Architecture by Felipe Hoffa of GoogleAn indepth look at Google BigQuery Architecture by Felipe Hoffa of Google
An indepth look at Google BigQuery Architecture by Felipe Hoffa of Google
 
GDD Brazil 2010 - Google Storage, Bigquery and Prediction APIs
GDD Brazil 2010 - Google Storage, Bigquery and Prediction APIsGDD Brazil 2010 - Google Storage, Bigquery and Prediction APIs
GDD Brazil 2010 - Google Storage, Bigquery and Prediction APIs
 
node.js on Google Compute Engine
node.js on Google Compute Enginenode.js on Google Compute Engine
node.js on Google Compute Engine
 
Connecta Event: Big Query och dataanalys med Google Cloud Platform
Connecta Event: Big Query och dataanalys med Google Cloud PlatformConnecta Event: Big Query och dataanalys med Google Cloud Platform
Connecta Event: Big Query och dataanalys med Google Cloud Platform
 
Get more from Analytics 360 with BigQuery and the Google Cloud Platform
Get more from Analytics 360 with BigQuery and the Google Cloud PlatformGet more from Analytics 360 with BigQuery and the Google Cloud Platform
Get more from Analytics 360 with BigQuery and the Google Cloud Platform
 
Google Analytics and BigQuery, by Javier Ramirez, from datawaki
Google Analytics and BigQuery, by Javier Ramirez, from datawakiGoogle Analytics and BigQuery, by Javier Ramirez, from datawaki
Google Analytics and BigQuery, by Javier Ramirez, from datawaki
 
Firestore MENA digital days : GDG Abu dhabi
Firestore MENA digital days : GDG Abu dhabiFirestore MENA digital days : GDG Abu dhabi
Firestore MENA digital days : GDG Abu dhabi
 
GDG DevFest Ukraine - Powering Interactive Data Analysis with Google BigQuery
GDG DevFest Ukraine - Powering Interactive Data Analysis with Google BigQueryGDG DevFest Ukraine - Powering Interactive Data Analysis with Google BigQuery
GDG DevFest Ukraine - Powering Interactive Data Analysis with Google BigQuery
 
Key note big data analytics ecosystem strategy
Key note   big data analytics ecosystem strategyKey note   big data analytics ecosystem strategy
Key note big data analytics ecosystem strategy
 
Big Data, Bigger Brains
Big Data, Bigger BrainsBig Data, Bigger Brains
Big Data, Bigger Brains
 
Gcp github-bigquery
Gcp github-bigqueryGcp github-bigquery
Gcp github-bigquery
 
Voxxed Days Cluj - Powering interactive data analysis with Google BigQuery
Voxxed Days Cluj - Powering interactive data analysis with Google BigQueryVoxxed Days Cluj - Powering interactive data analysis with Google BigQuery
Voxxed Days Cluj - Powering interactive data analysis with Google BigQuery
 
Journey to Containerized Application / Google Container Engine
Journey to Containerized Application / Google Container EngineJourney to Containerized Application / Google Container Engine
Journey to Containerized Application / Google Container Engine
 
CodeCamp Iasi - Creating serverless data analytics system on GCP using BigQuery
CodeCamp Iasi - Creating serverless data analytics system on GCP using BigQueryCodeCamp Iasi - Creating serverless data analytics system on GCP using BigQuery
CodeCamp Iasi - Creating serverless data analytics system on GCP using BigQuery
 
Webinar: Introducing the MongoDB Connector for BI 2.0 with Tableau
Webinar: Introducing the MongoDB Connector for BI 2.0 with TableauWebinar: Introducing the MongoDB Connector for BI 2.0 with Tableau
Webinar: Introducing the MongoDB Connector for BI 2.0 with Tableau
 

Similaire à Big query the first step - (MOSG)

Google analytics reporting using api
Google analytics reporting using apiGoogle analytics reporting using api
Google analytics reporting using api
Sankar Ponnusamy
 

Similaire à Big query the first step - (MOSG) (20)

Automating some google things
Automating some google thingsAutomating some google things
Automating some google things
 
Get more from Analytics with Google BigQuery - Javier Ramirez - Datawaki- BBVACI
Get more from Analytics with Google BigQuery - Javier Ramirez - Datawaki- BBVACIGet more from Analytics with Google BigQuery - Javier Ramirez - Datawaki- BBVACI
Get more from Analytics with Google BigQuery - Javier Ramirez - Datawaki- BBVACI
 
Introduction Data Warehouse With BigQuery
Introduction Data Warehouse With BigQueryIntroduction Data Warehouse With BigQuery
Introduction Data Warehouse With BigQuery
 
Google Enterprise Cloud Platform - Resources & $2000 credit!
Google Enterprise Cloud Platform - Resources & $2000 credit!Google Enterprise Cloud Platform - Resources & $2000 credit!
Google Enterprise Cloud Platform - Resources & $2000 credit!
 
Gits class #22: [ONLINE] Analyze Your User's Activities Using BigQuery and Da...
Gits class #22: [ONLINE] Analyze Your User's Activities Using BigQuery and Da...Gits class #22: [ONLINE] Analyze Your User's Activities Using BigQuery and Da...
Gits class #22: [ONLINE] Analyze Your User's Activities Using BigQuery and Da...
 
Data Science using Google Cloud BigQuery, Python and Power BI
Data Science using Google Cloud BigQuery, Python and Power BIData Science using Google Cloud BigQuery, Python and Power BI
Data Science using Google Cloud BigQuery, Python and Power BI
 
Building MuleSoft Applications with Google BigQuery Meetup 4
Building MuleSoft Applications with Google BigQuery Meetup 4Building MuleSoft Applications with Google BigQuery Meetup 4
Building MuleSoft Applications with Google BigQuery Meetup 4
 
Google cloud Professional Data Engineer practice exam test 2020
Google cloud Professional Data Engineer practice exam test 2020Google cloud Professional Data Engineer practice exam test 2020
Google cloud Professional Data Engineer practice exam test 2020
 
Google Cloud Platform 2014Q1 - Starter Guide
Google Cloud Platform   2014Q1 - Starter GuideGoogle Cloud Platform   2014Q1 - Starter Guide
Google Cloud Platform 2014Q1 - Starter Guide
 
Supercharge your data analytics with BigQuery
Supercharge your data analytics with BigQuerySupercharge your data analytics with BigQuery
Supercharge your data analytics with BigQuery
 
BigQuery 101
BigQuery 101BigQuery 101
BigQuery 101
 
Quick & Easy Data Visualization with Google Visualization API + Google Char...
Quick & Easy Data Visualization with Google Visualization API + Google Char...Quick & Easy Data Visualization with Google Visualization API + Google Char...
Quick & Easy Data Visualization with Google Visualization API + Google Char...
 
Implementing google big query automation using google analytics data
Implementing google big query automation using google analytics dataImplementing google big query automation using google analytics data
Implementing google big query automation using google analytics data
 
Cloud Study Jam_ Google Cloud Essentials Event Slides.pptx
Cloud Study Jam_ Google Cloud Essentials Event Slides.pptxCloud Study Jam_ Google Cloud Essentials Event Slides.pptx
Cloud Study Jam_ Google Cloud Essentials Event Slides.pptx
 
BigQuery walk through.pptx
BigQuery walk through.pptxBigQuery walk through.pptx
BigQuery walk through.pptx
 
Image archive, analysis & report generation with Google Cloud
Image archive, analysis & report generation with Google CloudImage archive, analysis & report generation with Google Cloud
Image archive, analysis & report generation with Google Cloud
 
Big query public datasets
Big query public datasetsBig query public datasets
Big query public datasets
 
Google analytics reporting using api
Google analytics reporting using apiGoogle analytics reporting using api
Google analytics reporting using api
 
30 Days Of Google Cloud Info Session-GDSC AU
30 Days Of Google Cloud Info Session-GDSC AU30 Days Of Google Cloud Info Session-GDSC AU
30 Days Of Google Cloud Info Session-GDSC AU
 
Google Cloud lightning talk @MHacks
Google Cloud lightning talk @MHacksGoogle Cloud lightning talk @MHacks
Google Cloud lightning talk @MHacks
 

Plus de Soshi Nemoto

Plus de Soshi Nemoto (11)

CI : the first_step: Auto Testing with CircleCI - (MOSG)
CI : the first_step: Auto Testing with CircleCI - (MOSG)CI : the first_step: Auto Testing with CircleCI - (MOSG)
CI : the first_step: Auto Testing with CircleCI - (MOSG)
 
Big query - Command line tools and Tips - (MOSG)
Big query - Command line tools and Tips - (MOSG)Big query - Command line tools and Tips - (MOSG)
Big query - Command line tools and Tips - (MOSG)
 
Preparation study of_docker - (MOSG)
Preparation study of_docker  - (MOSG)Preparation study of_docker  - (MOSG)
Preparation study of_docker - (MOSG)
 
Making environment for_infrastructure_as_code
Making environment for_infrastructure_as_codeMaking environment for_infrastructure_as_code
Making environment for_infrastructure_as_code
 
Fabric workshop(1) - (MOSG)
Fabric workshop(1) - (MOSG)Fabric workshop(1) - (MOSG)
Fabric workshop(1) - (MOSG)
 
DevOps(4) : Ansible(2) - (MOSG)
DevOps(4) : Ansible(2) - (MOSG)DevOps(4) : Ansible(2) - (MOSG)
DevOps(4) : Ansible(2) - (MOSG)
 
DevOps(3) : Ansible - (MOSG)
DevOps(3) : Ansible - (MOSG)DevOps(3) : Ansible - (MOSG)
DevOps(3) : Ansible - (MOSG)
 
DevOps(2) : Vagrant - (MOSG)
DevOps(2) : Vagrant  -  (MOSG)DevOps(2) : Vagrant  -  (MOSG)
DevOps(2) : Vagrant - (MOSG)
 
DevOps(1) : What's DevOps - (MOSG)
DevOps(1) : What's DevOps - (MOSG)DevOps(1) : What's DevOps - (MOSG)
DevOps(1) : What's DevOps - (MOSG)
 
Instruction: dev environment
Instruction: dev environmentInstruction: dev environment
Instruction: dev environment
 
Why was your proposal rejected?
Why was your proposal rejected?Why was your proposal rejected?
Why was your proposal rejected?
 

Dernier

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Dernier (20)

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 

Big query the first step - (MOSG)

  • 1. Google BigQuery - The first step - 2016/05/28 Mulodo Vietnam Co., Ltd.
  • 2. What’s BigQuery Official site : https://cloud.google.com/bigquery/docs/ BigQuery is Google's fully managed, petabyte scale, low cost analytics data warehouse. BigQuery is NoOps—there is no infrastructure to manage and you don't need a database administrator—so you can focus on analyzing data to find meaningful insights, use familiar SQL, and take advantage of our pay-as-you-go model. → WDH: SQL like (easy to use), Petabyte scale(for Huge data)
  • 3. Features of BigQuery Column oriented Database Full Scan instead of using Index Charge for scanned data size http://static.googleusercontent.com/media/research.google.com/ja//pubs/archive/36632.pdf https://www.flickr.com/photos/mairin/galleries/72157624181197793/
 https://cloud.google.com/blog/big-data/2016/03/google-bigquery-cuts-historical-data-storage-cost-in-half-and-accelerates-many-queries-by-10x
  • 4. The first step - overview - 1. Preparation (create account) 2. Try BigQuery with prepared data 3. Upload your data to your BigQuery storage and try it.
  • 5. Preparation steps 1. Preparation (create account) 1. Create your Google account 2. Move to Google Cloud platform (has no account) 3. “Try IT Free” 4. “Sign up for free trial” 5. Account registration 6. Move to Google Cloud Platform (login) 7. Select ‘BigQuery’ from left menu (top-left icon)
  • 6. Create your google account 1. Preparation (create account) 1. Create your Google account https://accounts.google.com/signUp
  • 7. Move to Google Cloud Platform 1. Preparation (create account) 2. Go to Google Cloud platform (has no account) 3. “Try IT Free” https://cloud.google.com
  • 8. Move to Google Cloud Platform 1. Preparation (create account) 2. Go to Google Cloud platform (has no account) 3. “Try IT Free” https://cloud.google.com
  • 9. Move to Google Cloud Platform 1. Preparation (create account) 2. Go to Google Cloud platform (has no account) 3. “Try IT Free” https://cloud.google.com
  • 10. Account registration 1. Preparation (create account) 4. “Sign up for free trial” 5. Account registration
  • 11. Account registration 1. Preparation (create account) 4. “Sign up for free trial” 5. Account registration <- Credit Card required
  • 12. Move to Google Cloud Platform 1. Preparation (create account) 6. Move to Google Cloud Platform (login) 7. Select ‘BigQuery’ from left menu (top-left icon) https://cloud.google.com
  • 13. Move to Google Cloud Platform 1. Preparation (create account) 6. Move to Google Cloud Platform (login) 7. Select ‘BigQuery’ from left menu (top-left icon) https://cloud.google.com
  • 14. Move to Google Cloud Platform 1. Preparation (create account) 6. Move to Google Cloud Platform (login) 7. Select ‘BigQuery’ from left menu (top-left icon) https://cloud.google.com
  • 15. Now you are ready to use BigQuery
  • 16. Credit card .... I can hardly check how much I have as free credit.
  • 17. Credit card .... I can hardly check how much I have as free credit. Okay. Anytime you can check your free creit and trial days easily.
  • 18. ... I wanna try BigQuery
  • 19. Try BigQuery with public data
  • 20. Try BigQuery with public data
  • 21. Query
  • 22. Query SELECT repository_name FROM [bigquery-public- data:samples.github_timeline] LIMIT 1000
  • 23. Query SELECT repository_name FROM [bigquery-public- data:samples.github_timeline] LIMIT 1000
  • 24. Query SELECT repository_name FROM [bigquery-public- data:samples.github_timeline] LIMIT 1000
  • 25. Query SELECT repository_name FROM [bigquery-public- data:samples.github_timeline] LIMIT 1000
  • 26. Query SELECT repository_name FROM [bigquery-public- data:samples.github_timeline] LIMIT 1000 EX) Query complete (2.1s elapsed, cached) Query complete (3.8s elapsed, 61.4 MB processed)
  • 27. More query SELECT actor, actor_attributes_name , count( actor_attributes_name ) as amount FROM [bigquery-public-data:samples.github_timeline] group by actor, actor_attributes_name order by amount desc LIMIT 1000
  • 28. Much more query You can check query syntax by yourself. https://cloud.google.com/ bigquery/query-reference
  • 29. Upload your data 1. Create database 2. Create Table (with CSV) 3. check “Table ID” 4. QUERY!
  • 37. Create newTable (with CSV file) nemo,47,nemo@mulodo.com foo,30,foo@example.com bar,25,bar@example.com sample.csv
  • 38. Create newTable (with CSV file) nemo,47,nemo@mulodo.com foo,30,foo@example.com bar,25,bar@example.com sample.csv
  • 42. QUERY for your own table!!
  • 43. Now you are ready to use BigQuery.
  • 44. Next Install GCP SDK Use command line tools Characteristic of Google BigQuery. Especially, Tips for business use. Thank you!