Presentation is loading. Please wait.

Presentation is loading. Please wait.

Why Use Google BigQuery?. LogosPlatforms Why use BigQuery? Cost Effective Infrastructure Maintenance DB Administrators.

Similar presentations


Presentation on theme: "Why Use Google BigQuery?. LogosPlatforms Why use BigQuery? Cost Effective Infrastructure Maintenance DB Administrators."— Presentation transcript:

1 Why Use Google BigQuery?

2 LogosPlatforms Why use BigQuery? Cost Effective Infrastructure Maintenance DB Administrators

3 LogosPlatforms Why use BigQuery? Easy Integration

4 LogosPlatforms Why use BigQuery? Easy Integration

5 LogosPlatforms Why use BigQuery? High Speed Processing Use the processing power of Google's infrastructure to query huge amounts of data in just seconds!

6 LogosPlatforms Why use BigQuery? Limitless Storage Capacity Utilise the volume of Google’s massive data centres.

7 How To Use Google BigQuery

8 LogosPlatforms #1 BigQuery Web UI First stop for budding BQ users View, manage & query BQ datasets and tables How To Use Google BigQuery Examples to Follow

9 LogosPlatforms How To Use Google BigQuery #2 BigQuery API Build custom tools and web apps that interact with BQ Implement automated processes to refresh or archive data

10 LogosPlatforms How To Use Google BigQuery Client library project pageReference documentationDownload BigQuery API Client Library for.NETBigQuery.NET docDownload BigQuery API Client Library for GoBigQuery GoDocDownload BigQuery API Client Library for JavaBigQuery JavaDocDownload Google API Client Library for JavaScript (beta)N/A Google API Client Library for Node.js (alpha)N/ADownload Google API Client Library for Objective-CN/ADownload Google API Client Library for PHP (beta)N/ADownload BigQuery API Client Library for PythonBigQuery PyDocDownload Google API Client Library for Ruby (alpha)N/ADownload API Client Libraries

11 LogosPlatforms How To Use Google BigQuery #3 BigQuery Command Line Tool Install Google Cloud SDK Run queries through the command line tool

12 LogosPlatforms SQL Support Tables can be queried using SQL

13 LogosPlatforms SQL Support BigQuery SQL doesn’t support… INSERTS Creating or deleting tables & datasets

14 LogosPlatforms Web UI Query Example Retrieves most popular blogs by # pageviews SELECT *, COUNT(*) pageviews FROM ( SELECT hits.page.pagePath AS pagePath, MAX(IF(hits.customDimensions.index=1,hits.customDimensions.value,NULL)) WITHIN hits AS Author, MAX(IF(hits.customDimensions.index=2,hits.customDimensions.value,NULL)) WITHIN hits AS Category, FROM TABLE_DATE_RANGE([1690244.ga_sessions_],TIMESTAMP('2015-01-01'),TIMESTAMP('2015-11-02')) WHERE hits.page.pagePath CONTAINS "blog" ) GROUP BY 1, 2, 3 ORDER BY 4 DESC


Download ppt "Why Use Google BigQuery?. LogosPlatforms Why use BigQuery? Cost Effective Infrastructure Maintenance DB Administrators."

Similar presentations


Ads by Google