SlideShare uma empresa Scribd logo
1 de 44
Baixar para ler offline
Google Cloud Platform
Simon Su @ MiCloud
Google Cloud Platform Start Already
Cloud Platform Family

Cloud Datastore

CloudSQL

App Engine

Compute
Engine

Cloud Storage

BigQuery
Google App Engine

Google App Engine - A managed, scaled, robusted PaaS
What is GAE?
●
●
●
●
●
●
●
●
●
●

Load balancing
Caching
IDE
Monitor
Distribute
HA / DR
Version control
Resources
Pay by use
Common
Google App Engine

●
●
●
●

Managed
Scalability
Reliability
Cost efficient
Features

●
●
●
●
●

Data storage, retrieval, and search
Communications
Process management
Computation
App configuration and management
GAE - Quota Manage
Billing Page

Operations

Billing Status

View billing status, Change budget, Add/remove/view billing administrators

Usage History

View daily usage statistics and costs

Transaction History (*)

Make payments, view the current balance and monthly billing transactions

Billing Profile (*)

View and change contact information

Billing Settings (*)

View and change payment information
Growth and Revolution of GAE

(I/O2012)
Pricing
Resource

Unit

Unit cost (USD)

Outgoing Bandwidth

Gigabytes

$0.12

Frontend Instances (F1 -F4_1G class)

Instance hours

$0.08 - $0.48

Discounted Instances

Instance hours

$0.05

Backend Instances (B1 -B8 class)

Hourly per instance

$0.08 - $0.64

Stored Data (Blobstore)

Gigabytes per month

$0.13

Stored Data (Datastore)

Gigabytes per month

$0.18

Stored Data (Logs Data)

Gigabytes per month

$0.24

Stored Data (Task Queue)

Gigabytes per month

$0.24

Dedicated Memcache

Gigabytes per hour

$0.12

SNI SSL certificates

Sets of five SNI certificate slots per month

$9.00

SSL Virtual IPs (VIPs)

Virtual IP per month

$39.00

PS: Datastore operations pricing - $0.1 ~ $0.9 per 100K operations
Cloud Datastore

Cloud Datastore - Schemaless object datastore with robust, scalable storage...
Features
●
●
●
●
●
●

Shift from GAE service to Cloud service
NoSQL database
ACID transactions
High availability of reads and writes
Strong consistency / Eventual consistency
Fully managed by Google infrastructure
○
○
○
○

No planned downtime.
Replicated across multiple datacenters.
Automatically scales to handle traffic increase.
Monitored by Google engineers.
Developer Support
●
●
●
●
●
●
●
●

GAE integrate (Python, Java, Go, Php)
Local development server
Auto / Customize index
JSON API over REST
GQL query language
CLI tool - GCD
Web tool - Google Cloud Console
Usage statistic
Cloud Integration & Limitation
● Google Account / Authentication integrated
● BigQuery import integrated
● Limitation
Limit

Amount

Maximum entity size

1 megabyte

Maximum transaction size

10 megabytes

Maximum number of index entries for an entity

20000

Maximum number of bytes in composite indexes for an entity

2 megabytes
Pricing
Resource

Free Default Daily Limit

Billing Enabled Default Limit

Stored Data (billable)

1 GB Note: Not a daily limit but a total

1 GB free; no maximum

limit.
Number of Indexes

200 Note: Not a daily limit but a total limit.

200

Write Operations

50,000

Unlimited

Read Operations

50,000

Unlimited

Small Operations

50,000

Unlimited
Google Cloud Storage

watch videos, screen casts,
and presentations that walk
through how to use Google
Cloud Storage.

VIDEOS

download sample
applications, read howto
guides, and learn how to use
Google Cloud Storage with
other Google products.

SAMPLES

ask questions, discuss
solutions, and join our
vibrant community of
developers.

COMMUNITY

Google Cloud Storage - Object storage service, without limit and global deployed
What is Cloud Storage?
SDK, API Support
Web Console
GAE Integrate
Oauth2 Integrate
Unlimited
Global Deploy
GCS - Features
●
●
●
●
●
●
●
●

High Capacity and Scalability
Strong Data Consistency
Google Cloud Console Projects
Bucket Locations
REST APIS
OAuth 2.0 Authentication
Authenticated Browser Downloads
Google Account Support for Sharing
Fast, Scalable, Highly Available
● Multiple layers of redundancy. All data
replicated to multiple data centers.
● Read-your-writes data consistency.
● Objects can be terabytes in size, with
resumable uploads and downloads, and
range read support.
● Domain-scoped bucket namespace.
● Store your data in the U.S. or the European
Union.
Easy, Flexible Auth and Sharing
● OAuth 2.0 Authentication
● Individual, project and group-level access
controls.
● Customizable default object ACLs.
● Application-driven access control.
● Authenticated uploads and downloads from
a web browser.
Regions
● Auto / Manual Region: EU, US
● Locations: US-EAST1, US-EAST2, USEAST3, US-CENTRAL1, US-CENTRAL2,
US-WEST1
● Global replicate
Developer Support
● Google App Engine Integrated Services
○ BlobStore
○ Upload URL
○ Image API

● CLI - gsutil
● XML API
● JSON API
Pricing
Monthly Usage

Standard Storage (per GB per month)

DRA Storage Price (per GB per month)

First 0-1 TB

$0.085

$0.063

Next 9 TB

$0.076

$0.054

Next 90 TB

$0.067

$0.049

Next 400 TB

$0.063

$0.045

Next 4500 TB

$0.054

$0.042

Network (Egress) - Americas

Network (Egress) - Asia-Pacific

and EMEA* (per GB)

(per GB)

Free

Free

0 - 1TB

$0.12

$0.21

Next 9TB

$0.11

$0.18

Next 90TB

$0.08

$0.15

Monthly Usage

Data Transfer to Cloud

Network (Ingress)

services in the same Region
Free
Google BigQuery

Google BigQuery - Big data with SQL like query feature, but fast...
BigQuery Features
● TB level data
analysis
● Fast mining
response
● SQL like query
language
● Multi-dataset
interactive support
● Cheap and pay by
use
● Offline job support
Support User Interfaces
●
●
●
●
●

Browser tool
CLI - bq command
REST API
SDK (client libraries)
3’rd party tools
Google Cloud Platform Integrate

Cloud Storage

AppEngine
Datastore
AppEngine Log

BigQuery
Pricing

1

Charges rounded up to the nearest
MB; minimum 1 MB data processed
per query
2
The first 100 GB of data processed
per month is at no charge

On-demand pricing table
Resource

Pricing

Storage

$80 (per TB/month)

Interactive Queries

$35 (per TB processed)12

Batch Queries

$20 (per TB processed)

Package pricing table
Data amount

Cost

100 TB

$3,300 per month ($33 per TB)

400 TB

$12,000 per month ($30 per TB)

1,500 TB

$40,500 per month ($27 per TB)

4,000 TB

$100,000 per month ($25 per TB)
Google Cloud SQL

Google Cloud SQL - Full managed MySQL database instance
Features
●
●
●
●
●
●

Familiar Infrastructure
Flexible Charging
Security, Availability, Durability
EU and US Data Centers
Easier Migration; No Lock-in
Control
Connect tools
●
●
●
●
●
●

Using the command line prompt
API console SQL prompt
Admin tools and reporting tools
External applications
From App Engine: Java, Python
From Google Apps Script scripts
Current Restrictions
●
●
●
●

Size limit for individual instances is 100GB
User defined functions are not supported
MySQL replication is not supported
Statements not supported:
○
○
○
○
○

LOAD DATA INFILE
SELECT ... INTO OUTFILE/DUMPFILE
INSTALL/UNINSTALL PLUGIN ...
CREATE FUNCTION ...
LOAD_FILE()

● Functions are not supported:
○ SHA2()
Pricing - By Packages
Tier

RAM

Included Storage

Included I/O per Day

Charge per Day

D0

0.125GB

0.5GB

200K

$0.36

D1

0.5GB

1GB

850K

$1.46

D2

1GB

2GB

1.7M

$2.93

D4

2GB

5GB

4M

$5.86

D8

4GB

10GB

8M

$11.71

D16

8GB

10GB

16M

$23.42

D32

16GB

10GB

32M

$46.84
Pricing - Per Use
Resource

Charge

D0 Database Instance (0.125GB RAM)

$0.025 per hour

D1 Database Instance (0.5GB RAM)

$0.10 per hour

D2 Database Instance (1GB RAM)

$0.19 per hour

D4 Database Instance (2GB RAM)

$0.38 per hour

D8 Database Instance (4GB RAM)

$0.77 per hour

D16 Database Instance (8GB RAM)

$1.54 per hour

D32 Database Instance (16GB RAM)

$3.08 per hour

1GB Storage

$0.24 per month

I/O

$0.10 per Million
Pricing - Network
Resource

Charge

External Outbound Traffic

$0.12 per GB
Google Compute Engine

Google Computing Engine - Run virtual machines at Google Scale
Features
●
●
●
●
●

Scale, performance, and value
Flexibility and an Open Environment
Predictable Performance
Strong Security
Environmental Impact
Machine Types
● Standard Machine Types
● Shared-core Machine Types
○ applications don't require a lot of resources
○ more cost-effective
○ for running small, non-resource intensive
applications than other types

● High Memory Machine Types
● High CPU Machine Types
Network Detail
Network Security
Pricing - Standard & Micro
Configuration

Virtual Cores

Memory (GB1)

GCEUs

Local Disk (GB)

Price (USD) / Hour

n1-standard-1-d

1

3.75

2.75

420

$0.132

n1-standard-2-d

2

7.50

5.50

870

$0.265

n1-standard-4-d

4

15

11

1770

$0.530

n1-standard-8-d

8

30

22

2 x 1770

$1.060

n1-standard-1

1

3.75

2.75

0*

$0.115

n1-standard-2

2

7.50

5.50

0

$0.230

n1-standard-4

4

15

11

0

$0.461

n1-standard-8

8

30

22

0

$0.922

Configuration

Virtual Cores

Memory (GB)

GCEUs

Local Disk (GB)

Price (USD) / Hour

f1-micro

1

0.60

Shared CPU

0

$0.019

g1-small

1

1.70

1.38

0

$0.054
Pricing - High Memory
Configuration

Virtual Cores

Memory (GB)

GCEUs

Local Disk (GB)

Price (USD) / Hour

n1-highmem-2-d

2

13

5.50

870

$0.305

n1-highmem-4-d

4

26

11

1770

$0.611

n1-highmem-8-d

8

52

22

2 x 1770

$1.221

n1-highmem-2

2

13

5.50

0*

$0.244

n1-highmem-4

4

26

11

0

$0.488

n1-highmem-8

8

52

22

0

$0.975
Pricing - High CPU
Configuration

Virtual Cores

Memory (GB)

GCEUs

Local Disk (GB)

Price (USD) / Hour

n1-highcpu-2-d

2

1.80

5.50

870

$0.163

n1-highcpu-4-d

4

3.60

11

1770

$0.326

n1-highcpu-8-d

8

7.20

22

2 x 1770

$0.653

n1-highcpu-2

2

1.80

5.50

0*

$0.131

n1-highcpu-4

4

3.60

11

0

$0.261

n1-highcpu-8

8

7.20

22

0

$0.522
Q&A

Mais conteúdo relacionado

Mais procurados

Introduction to GCP presentation
Introduction to GCP presentationIntroduction to GCP presentation
Introduction to GCP presentationMohit Kachhwani
 
Google cloud platform
Google cloud platformGoogle cloud platform
Google cloud platformAnkit Malviya
 
Google Cloud Fundamentals by CloudZone
Google Cloud Fundamentals by CloudZoneGoogle Cloud Fundamentals by CloudZone
Google Cloud Fundamentals by CloudZoneIdan Tohami
 
 Introduction google cloud platform
 Introduction google cloud platform Introduction google cloud platform
 Introduction google cloud platformmarwa Ayad Mohamed
 
Cloud computing by Google Cloud Platform - Presentation
Cloud computing by Google Cloud Platform - PresentationCloud computing by Google Cloud Platform - Presentation
Cloud computing by Google Cloud Platform - PresentationTinarivosoaAbaniaina
 
Understanding cloud with Google Cloud Platform
Understanding cloud with Google Cloud PlatformUnderstanding cloud with Google Cloud Platform
Understanding cloud with Google Cloud PlatformDr. Ketan Parmar
 
Google Cloud Platform (GCP)
Google Cloud Platform (GCP)Google Cloud Platform (GCP)
Google Cloud Platform (GCP)Chetan Sharma
 
Using Google Compute Engine
Using Google Compute EngineUsing Google Compute Engine
Using Google Compute EngineLynn Langit
 
Cloudwatch: Monitoring your AWS services with Metrics and Alarms
Cloudwatch: Monitoring your AWS services with Metrics and AlarmsCloudwatch: Monitoring your AWS services with Metrics and Alarms
Cloudwatch: Monitoring your AWS services with Metrics and AlarmsFelipe
 
Introduction to Google Cloud Platform and APIs
Introduction to Google Cloud Platform and APIsIntroduction to Google Cloud Platform and APIs
Introduction to Google Cloud Platform and APIsGDSCSoton
 
Intro to AWS: EC2 & Compute Services
Intro to AWS: EC2 & Compute ServicesIntro to AWS: EC2 & Compute Services
Intro to AWS: EC2 & Compute ServicesAmazon Web Services
 
Introduction to AWS IAM
Introduction to AWS IAMIntroduction to AWS IAM
Introduction to AWS IAMKnoldus Inc.
 
Introduction to Google Cloud Platform (GCP) | Google Cloud Tutorial for Begin...
Introduction to Google Cloud Platform (GCP) | Google Cloud Tutorial for Begin...Introduction to Google Cloud Platform (GCP) | Google Cloud Tutorial for Begin...
Introduction to Google Cloud Platform (GCP) | Google Cloud Tutorial for Begin...Edureka!
 

Mais procurados (20)

AWS Elastic Compute Cloud (EC2)
AWS Elastic Compute Cloud (EC2) AWS Elastic Compute Cloud (EC2)
AWS Elastic Compute Cloud (EC2)
 
Introduction to GCP presentation
Introduction to GCP presentationIntroduction to GCP presentation
Introduction to GCP presentation
 
Google cloud platform
Google cloud platformGoogle cloud platform
Google cloud platform
 
Google Cloud Fundamentals by CloudZone
Google Cloud Fundamentals by CloudZoneGoogle Cloud Fundamentals by CloudZone
Google Cloud Fundamentals by CloudZone
 
 Introduction google cloud platform
 Introduction google cloud platform Introduction google cloud platform
 Introduction google cloud platform
 
Cloud computing by Google Cloud Platform - Presentation
Cloud computing by Google Cloud Platform - PresentationCloud computing by Google Cloud Platform - Presentation
Cloud computing by Google Cloud Platform - Presentation
 
Google Cloud Platform
Google Cloud Platform Google Cloud Platform
Google Cloud Platform
 
Introduction to Amazon EC2
Introduction to Amazon EC2Introduction to Amazon EC2
Introduction to Amazon EC2
 
Understanding cloud with Google Cloud Platform
Understanding cloud with Google Cloud PlatformUnderstanding cloud with Google Cloud Platform
Understanding cloud with Google Cloud Platform
 
Azure 101
Azure 101Azure 101
Azure 101
 
Google Cloud Platform (GCP)
Google Cloud Platform (GCP)Google Cloud Platform (GCP)
Google Cloud Platform (GCP)
 
Using Google Compute Engine
Using Google Compute EngineUsing Google Compute Engine
Using Google Compute Engine
 
Cloudwatch: Monitoring your AWS services with Metrics and Alarms
Cloudwatch: Monitoring your AWS services with Metrics and AlarmsCloudwatch: Monitoring your AWS services with Metrics and Alarms
Cloudwatch: Monitoring your AWS services with Metrics and Alarms
 
Introduction to Google Cloud Platform and APIs
Introduction to Google Cloud Platform and APIsIntroduction to Google Cloud Platform and APIs
Introduction to Google Cloud Platform and APIs
 
Intro to AWS: EC2 & Compute Services
Intro to AWS: EC2 & Compute ServicesIntro to AWS: EC2 & Compute Services
Intro to AWS: EC2 & Compute Services
 
Introduction to Amazon EC2
Introduction to Amazon EC2Introduction to Amazon EC2
Introduction to Amazon EC2
 
Introduction to AWS IAM
Introduction to AWS IAMIntroduction to AWS IAM
Introduction to AWS IAM
 
Introduction to Google Cloud Platform (GCP) | Google Cloud Tutorial for Begin...
Introduction to Google Cloud Platform (GCP) | Google Cloud Tutorial for Begin...Introduction to Google Cloud Platform (GCP) | Google Cloud Tutorial for Begin...
Introduction to Google Cloud Platform (GCP) | Google Cloud Tutorial for Begin...
 
Google cloud platform
Google cloud platformGoogle cloud platform
Google cloud platform
 
Databases on AWS Workshop.pdf
Databases on AWS Workshop.pdfDatabases on AWS Workshop.pdf
Databases on AWS Workshop.pdf
 

Destaque

RightScale: Cloud Pricing Trends
RightScale: Cloud Pricing TrendsRightScale: Cloud Pricing Trends
RightScale: Cloud Pricing TrendsRightScale
 
5 BENEFITS OF HYBRID CLOUD
5 BENEFITS OF HYBRID CLOUD5 BENEFITS OF HYBRID CLOUD
5 BENEFITS OF HYBRID CLOUDTyrone Systems
 
Cloud computing hybrid architecture
Cloud computing   hybrid architectureCloud computing   hybrid architecture
Cloud computing hybrid architectureAbhijeet Singh
 
Hybrid Cloud Computing (IBM System z)
Hybrid Cloud Computing (IBM System z)Hybrid Cloud Computing (IBM System z)
Hybrid Cloud Computing (IBM System z)IBM Danmark
 
IBM Cloud Storage - Cleversafe
IBM Cloud Storage - CleversafeIBM Cloud Storage - Cleversafe
IBM Cloud Storage - CleversafeMichael Beatty
 
Cloud Price Comparison - AWS vs Azure vs Google
Cloud Price Comparison - AWS vs Azure vs GoogleCloud Price Comparison - AWS vs Azure vs Google
Cloud Price Comparison - AWS vs Azure vs GoogleRightScale
 
Patterns For Cloud Computing
Patterns For Cloud ComputingPatterns For Cloud Computing
Patterns For Cloud ComputingSimon Guest
 
2014 Future of Cloud Computing - 4th Annual Survey Results
2014 Future of Cloud Computing - 4th Annual Survey Results2014 Future of Cloud Computing - 4th Annual Survey Results
2014 Future of Cloud Computing - 4th Annual Survey ResultsMichael Skok
 
Compare Clouds: Aws vs Azure vs Google vs SoftLayer
Compare Clouds: Aws vs Azure vs Google vs SoftLayerCompare Clouds: Aws vs Azure vs Google vs SoftLayer
Compare Clouds: Aws vs Azure vs Google vs SoftLayerRightScale
 
Microsoft Azure vs Amazon Web Services (AWS) Services & Feature Mapping
Microsoft Azure vs Amazon Web Services (AWS) Services & Feature MappingMicrosoft Azure vs Amazon Web Services (AWS) Services & Feature Mapping
Microsoft Azure vs Amazon Web Services (AWS) Services & Feature MappingIlyas F ☁☁☁
 
2016 Cloud Trends and Stats: RightScale State of the Cloud Report
2016 Cloud Trends and Stats: RightScale State of the Cloud Report2016 Cloud Trends and Stats: RightScale State of the Cloud Report
2016 Cloud Trends and Stats: RightScale State of the Cloud ReportRightScale
 
Green Cloud Computing
Green Cloud ComputingGreen Cloud Computing
Green Cloud ComputingSeungyun Lee
 
Introduction of Cloud computing
Introduction of Cloud computingIntroduction of Cloud computing
Introduction of Cloud computingRkrishna Mishra
 

Destaque (16)

RightScale: Cloud Pricing Trends
RightScale: Cloud Pricing TrendsRightScale: Cloud Pricing Trends
RightScale: Cloud Pricing Trends
 
Practical Guide to Hybrid Cloud Computing
Practical Guide to Hybrid Cloud ComputingPractical Guide to Hybrid Cloud Computing
Practical Guide to Hybrid Cloud Computing
 
5 BENEFITS OF HYBRID CLOUD
5 BENEFITS OF HYBRID CLOUD5 BENEFITS OF HYBRID CLOUD
5 BENEFITS OF HYBRID CLOUD
 
Cloud computing hybrid architecture
Cloud computing   hybrid architectureCloud computing   hybrid architecture
Cloud computing hybrid architecture
 
Hybrid cloud computing explained
Hybrid cloud computing explainedHybrid cloud computing explained
Hybrid cloud computing explained
 
Hybrid Cloud Computing (IBM System z)
Hybrid Cloud Computing (IBM System z)Hybrid Cloud Computing (IBM System z)
Hybrid Cloud Computing (IBM System z)
 
IBM Cloud Storage - Cleversafe
IBM Cloud Storage - CleversafeIBM Cloud Storage - Cleversafe
IBM Cloud Storage - Cleversafe
 
Cloud Price Comparison - AWS vs Azure vs Google
Cloud Price Comparison - AWS vs Azure vs GoogleCloud Price Comparison - AWS vs Azure vs Google
Cloud Price Comparison - AWS vs Azure vs Google
 
Patterns For Cloud Computing
Patterns For Cloud ComputingPatterns For Cloud Computing
Patterns For Cloud Computing
 
I'm Cloud Confused!
I'm Cloud Confused!I'm Cloud Confused!
I'm Cloud Confused!
 
2014 Future of Cloud Computing - 4th Annual Survey Results
2014 Future of Cloud Computing - 4th Annual Survey Results2014 Future of Cloud Computing - 4th Annual Survey Results
2014 Future of Cloud Computing - 4th Annual Survey Results
 
Compare Clouds: Aws vs Azure vs Google vs SoftLayer
Compare Clouds: Aws vs Azure vs Google vs SoftLayerCompare Clouds: Aws vs Azure vs Google vs SoftLayer
Compare Clouds: Aws vs Azure vs Google vs SoftLayer
 
Microsoft Azure vs Amazon Web Services (AWS) Services & Feature Mapping
Microsoft Azure vs Amazon Web Services (AWS) Services & Feature MappingMicrosoft Azure vs Amazon Web Services (AWS) Services & Feature Mapping
Microsoft Azure vs Amazon Web Services (AWS) Services & Feature Mapping
 
2016 Cloud Trends and Stats: RightScale State of the Cloud Report
2016 Cloud Trends and Stats: RightScale State of the Cloud Report2016 Cloud Trends and Stats: RightScale State of the Cloud Report
2016 Cloud Trends and Stats: RightScale State of the Cloud Report
 
Green Cloud Computing
Green Cloud ComputingGreen Cloud Computing
Green Cloud Computing
 
Introduction of Cloud computing
Introduction of Cloud computingIntroduction of Cloud computing
Introduction of Cloud computing
 

Semelhante a Google cloud platform introduction

Tips & tricks for Firebase storage and Firebase functions
Tips & tricks for Firebase storage and Firebase functionsTips & tricks for Firebase storage and Firebase functions
Tips & tricks for Firebase storage and Firebase functionsGameCamp
 
Myntra.com's Big Data Platform
Myntra.com's Big Data PlatformMyntra.com's Big Data Platform
Myntra.com's Big Data PlatformApoorva Gaurav
 
Google App Engine 7 9-14
Google App Engine 7 9-14Google App Engine 7 9-14
Google App Engine 7 9-14Tony Frame
 
Oracle Cloud Infrastructure Introduction
Oracle Cloud Infrastructure IntroductionOracle Cloud Infrastructure Introduction
Oracle Cloud Infrastructure IntroductionPhilip (TAE-HO) Lee
 
Exploring Google APIs with Python
Exploring Google APIs with PythonExploring Google APIs with Python
Exploring Google APIs with Pythonwesley chun
 
AWS CZSK Webinar - Migrácia desktopov a aplikácií do AWS cloudu s Amazon Work...
AWS CZSK Webinar - Migrácia desktopov a aplikácií do AWS cloudu s Amazon Work...AWS CZSK Webinar - Migrácia desktopov a aplikácií do AWS cloudu s Amazon Work...
AWS CZSK Webinar - Migrácia desktopov a aplikácií do AWS cloudu s Amazon Work...Vladimir Simek
 
Google Application Engine
Google Application EngineGoogle Application Engine
Google Application Engineguestd77e8ae
 
Exploring Google APIs with Python
Exploring Google APIs with PythonExploring Google APIs with Python
Exploring Google APIs with Pythonwesley chun
 
Google Cloud Platform Update
Google Cloud Platform UpdateGoogle Cloud Platform Update
Google Cloud Platform UpdateIdo Green
 
Activity Recognition project
Activity Recognition projectActivity Recognition project
Activity Recognition projectAndreaNapoletani
 
Google Dev Fest Presentation
Google Dev Fest PresentationGoogle Dev Fest Presentation
Google Dev Fest PresentationAndrew Mackenzie
 
Developing TouchActive with GAE and GWT - Google DevFest Barcelona 2012
Developing TouchActive with GAE and GWT - Google DevFest Barcelona 2012Developing TouchActive with GAE and GWT - Google DevFest Barcelona 2012
Developing TouchActive with GAE and GWT - Google DevFest Barcelona 2012Andrew Mackenzie
 
Sprint 45 review
Sprint 45 reviewSprint 45 review
Sprint 45 reviewManageIQ
 
cloud-training-pricing-billing.pdf
cloud-training-pricing-billing.pdfcloud-training-pricing-billing.pdf
cloud-training-pricing-billing.pdfAbhi850745
 
Understanding The Azure Platform November 09
Understanding The Azure Platform   November 09Understanding The Azure Platform   November 09
Understanding The Azure Platform November 09DavidGristwood
 
Exploring BigData with Google BigQuery
Exploring BigData with Google BigQueryExploring BigData with Google BigQuery
Exploring BigData with Google BigQueryDharmesh Vaya
 

Semelhante a Google cloud platform introduction (20)

Cloud sql datasheet
Cloud sql datasheetCloud sql datasheet
Cloud sql datasheet
 
Evolving to serverless
Evolving to serverlessEvolving to serverless
Evolving to serverless
 
Tips & tricks for Firebase storage and Firebase functions
Tips & tricks for Firebase storage and Firebase functionsTips & tricks for Firebase storage and Firebase functions
Tips & tricks for Firebase storage and Firebase functions
 
Myntra.com's Big Data Platform
Myntra.com's Big Data PlatformMyntra.com's Big Data Platform
Myntra.com's Big Data Platform
 
Google App Engine 7 9-14
Google App Engine 7 9-14Google App Engine 7 9-14
Google App Engine 7 9-14
 
Oracle Cloud Infrastructure Introduction
Oracle Cloud Infrastructure IntroductionOracle Cloud Infrastructure Introduction
Oracle Cloud Infrastructure Introduction
 
Exploring Google APIs with Python
Exploring Google APIs with PythonExploring Google APIs with Python
Exploring Google APIs with Python
 
AWS CZSK Webinar - Migrácia desktopov a aplikácií do AWS cloudu s Amazon Work...
AWS CZSK Webinar - Migrácia desktopov a aplikácií do AWS cloudu s Amazon Work...AWS CZSK Webinar - Migrácia desktopov a aplikácií do AWS cloudu s Amazon Work...
AWS CZSK Webinar - Migrácia desktopov a aplikácií do AWS cloudu s Amazon Work...
 
Google Application Engine
Google Application EngineGoogle Application Engine
Google Application Engine
 
Exploring Google APIs with Python
Exploring Google APIs with PythonExploring Google APIs with Python
Exploring Google APIs with Python
 
Google Cloud Platform Update
Google Cloud Platform UpdateGoogle Cloud Platform Update
Google Cloud Platform Update
 
Sprint 47
Sprint 47Sprint 47
Sprint 47
 
Activity Recognition project
Activity Recognition projectActivity Recognition project
Activity Recognition project
 
Google Dev Fest Presentation
Google Dev Fest PresentationGoogle Dev Fest Presentation
Google Dev Fest Presentation
 
Google DevFest 2012 Presentation
Google DevFest 2012 PresentationGoogle DevFest 2012 Presentation
Google DevFest 2012 Presentation
 
Developing TouchActive with GAE and GWT - Google DevFest Barcelona 2012
Developing TouchActive with GAE and GWT - Google DevFest Barcelona 2012Developing TouchActive with GAE and GWT - Google DevFest Barcelona 2012
Developing TouchActive with GAE and GWT - Google DevFest Barcelona 2012
 
Sprint 45 review
Sprint 45 reviewSprint 45 review
Sprint 45 review
 
cloud-training-pricing-billing.pdf
cloud-training-pricing-billing.pdfcloud-training-pricing-billing.pdf
cloud-training-pricing-billing.pdf
 
Understanding The Azure Platform November 09
Understanding The Azure Platform   November 09Understanding The Azure Platform   November 09
Understanding The Azure Platform November 09
 
Exploring BigData with Google BigQuery
Exploring BigData with Google BigQueryExploring BigData with Google BigQuery
Exploring BigData with Google BigQuery
 

Mais de Simon Su

Kubernetes Basic Operation
Kubernetes Basic OperationKubernetes Basic Operation
Kubernetes Basic OperationSimon Su
 
Google IoT Core 初體驗
Google IoT Core 初體驗Google IoT Core 初體驗
Google IoT Core 初體驗Simon Su
 
JSDC 2017 - 使用google cloud 從雲到端,動手刻個IoT
JSDC 2017 - 使用google cloud 從雲到端,動手刻個IoTJSDC 2017 - 使用google cloud 從雲到端,動手刻個IoT
JSDC 2017 - 使用google cloud 從雲到端,動手刻個IoTSimon Su
 
GCPUG.TW meetup #28 - GKE上運作您的k8s服務
GCPUG.TW meetup #28 - GKE上運作您的k8s服務GCPUG.TW meetup #28 - GKE上運作您的k8s服務
GCPUG.TW meetup #28 - GKE上運作您的k8s服務Simon Su
 
Google Cloud Platform Special Training
Google Cloud Platform Special TrainingGoogle Cloud Platform Special Training
Google Cloud Platform Special TrainingSimon Su
 
GCE Windows Serial Console Usage Guide
GCE Windows Serial Console Usage GuideGCE Windows Serial Console Usage Guide
GCE Windows Serial Console Usage GuideSimon Su
 
GCPNext17' Extend 開始GCP了嗎?
GCPNext17' Extend   開始GCP了嗎?GCPNext17' Extend   開始GCP了嗎?
GCPNext17' Extend 開始GCP了嗎?Simon Su
 
Try Cloud Spanner
Try Cloud SpannerTry Cloud Spanner
Try Cloud SpannerSimon Su
 
Google Cloud Monitoring
Google Cloud MonitoringGoogle Cloud Monitoring
Google Cloud MonitoringSimon Su
 
Google Cloud Computing compares GCE, GAE and GKE
Google Cloud Computing compares GCE, GAE and GKEGoogle Cloud Computing compares GCE, GAE and GKE
Google Cloud Computing compares GCE, GAE and GKESimon Su
 
JCConf 2016 - Google Dataflow 小試
JCConf 2016 - Google Dataflow 小試JCConf 2016 - Google Dataflow 小試
JCConf 2016 - Google Dataflow 小試Simon Su
 
JCConf 2016 - Dataflow Workshop Labs
JCConf 2016 - Dataflow Workshop LabsJCConf 2016 - Dataflow Workshop Labs
JCConf 2016 - Dataflow Workshop LabsSimon Su
 
JCConf2016 - Dataflow Workshop Setup
JCConf2016 - Dataflow Workshop SetupJCConf2016 - Dataflow Workshop Setup
JCConf2016 - Dataflow Workshop SetupSimon Su
 
GCPUG meetup 201610 - Dataflow Introduction
GCPUG meetup 201610 - Dataflow IntroductionGCPUG meetup 201610 - Dataflow Introduction
GCPUG meetup 201610 - Dataflow IntroductionSimon Su
 
Brocade - Stingray Application Firewall
Brocade - Stingray Application FirewallBrocade - Stingray Application Firewall
Brocade - Stingray Application FirewallSimon Su
 
使用 Raspberry pi + fluentd + gcp cloud logging, big query 做iot 資料搜集與分析
使用 Raspberry pi + fluentd + gcp cloud logging, big query 做iot 資料搜集與分析使用 Raspberry pi + fluentd + gcp cloud logging, big query 做iot 資料搜集與分析
使用 Raspberry pi + fluentd + gcp cloud logging, big query 做iot 資料搜集與分析Simon Su
 
Docker in Action
Docker in ActionDocker in Action
Docker in ActionSimon Su
 
Google I/O 2016 Recap - Google Cloud Platform News Update
Google I/O 2016 Recap - Google Cloud Platform News UpdateGoogle I/O 2016 Recap - Google Cloud Platform News Update
Google I/O 2016 Recap - Google Cloud Platform News UpdateSimon Su
 
IThome DevOps Summit - IoT、docker與DevOps
IThome DevOps Summit - IoT、docker與DevOpsIThome DevOps Summit - IoT、docker與DevOps
IThome DevOps Summit - IoT、docker與DevOpsSimon Su
 
Google Cloud Platform Introduction - 2016Q3
Google Cloud Platform Introduction - 2016Q3Google Cloud Platform Introduction - 2016Q3
Google Cloud Platform Introduction - 2016Q3Simon Su
 

Mais de Simon Su (20)

Kubernetes Basic Operation
Kubernetes Basic OperationKubernetes Basic Operation
Kubernetes Basic Operation
 
Google IoT Core 初體驗
Google IoT Core 初體驗Google IoT Core 初體驗
Google IoT Core 初體驗
 
JSDC 2017 - 使用google cloud 從雲到端,動手刻個IoT
JSDC 2017 - 使用google cloud 從雲到端,動手刻個IoTJSDC 2017 - 使用google cloud 從雲到端,動手刻個IoT
JSDC 2017 - 使用google cloud 從雲到端,動手刻個IoT
 
GCPUG.TW meetup #28 - GKE上運作您的k8s服務
GCPUG.TW meetup #28 - GKE上運作您的k8s服務GCPUG.TW meetup #28 - GKE上運作您的k8s服務
GCPUG.TW meetup #28 - GKE上運作您的k8s服務
 
Google Cloud Platform Special Training
Google Cloud Platform Special TrainingGoogle Cloud Platform Special Training
Google Cloud Platform Special Training
 
GCE Windows Serial Console Usage Guide
GCE Windows Serial Console Usage GuideGCE Windows Serial Console Usage Guide
GCE Windows Serial Console Usage Guide
 
GCPNext17' Extend 開始GCP了嗎?
GCPNext17' Extend   開始GCP了嗎?GCPNext17' Extend   開始GCP了嗎?
GCPNext17' Extend 開始GCP了嗎?
 
Try Cloud Spanner
Try Cloud SpannerTry Cloud Spanner
Try Cloud Spanner
 
Google Cloud Monitoring
Google Cloud MonitoringGoogle Cloud Monitoring
Google Cloud Monitoring
 
Google Cloud Computing compares GCE, GAE and GKE
Google Cloud Computing compares GCE, GAE and GKEGoogle Cloud Computing compares GCE, GAE and GKE
Google Cloud Computing compares GCE, GAE and GKE
 
JCConf 2016 - Google Dataflow 小試
JCConf 2016 - Google Dataflow 小試JCConf 2016 - Google Dataflow 小試
JCConf 2016 - Google Dataflow 小試
 
JCConf 2016 - Dataflow Workshop Labs
JCConf 2016 - Dataflow Workshop LabsJCConf 2016 - Dataflow Workshop Labs
JCConf 2016 - Dataflow Workshop Labs
 
JCConf2016 - Dataflow Workshop Setup
JCConf2016 - Dataflow Workshop SetupJCConf2016 - Dataflow Workshop Setup
JCConf2016 - Dataflow Workshop Setup
 
GCPUG meetup 201610 - Dataflow Introduction
GCPUG meetup 201610 - Dataflow IntroductionGCPUG meetup 201610 - Dataflow Introduction
GCPUG meetup 201610 - Dataflow Introduction
 
Brocade - Stingray Application Firewall
Brocade - Stingray Application FirewallBrocade - Stingray Application Firewall
Brocade - Stingray Application Firewall
 
使用 Raspberry pi + fluentd + gcp cloud logging, big query 做iot 資料搜集與分析
使用 Raspberry pi + fluentd + gcp cloud logging, big query 做iot 資料搜集與分析使用 Raspberry pi + fluentd + gcp cloud logging, big query 做iot 資料搜集與分析
使用 Raspberry pi + fluentd + gcp cloud logging, big query 做iot 資料搜集與分析
 
Docker in Action
Docker in ActionDocker in Action
Docker in Action
 
Google I/O 2016 Recap - Google Cloud Platform News Update
Google I/O 2016 Recap - Google Cloud Platform News UpdateGoogle I/O 2016 Recap - Google Cloud Platform News Update
Google I/O 2016 Recap - Google Cloud Platform News Update
 
IThome DevOps Summit - IoT、docker與DevOps
IThome DevOps Summit - IoT、docker與DevOpsIThome DevOps Summit - IoT、docker與DevOps
IThome DevOps Summit - IoT、docker與DevOps
 
Google Cloud Platform Introduction - 2016Q3
Google Cloud Platform Introduction - 2016Q3Google Cloud Platform Introduction - 2016Q3
Google Cloud Platform Introduction - 2016Q3
 

Último

Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 

Último (20)

Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 

Google cloud platform introduction

  • 2. Google Cloud Platform Start Already
  • 3. Cloud Platform Family Cloud Datastore CloudSQL App Engine Compute Engine Cloud Storage BigQuery
  • 4. Google App Engine Google App Engine - A managed, scaled, robusted PaaS
  • 5. What is GAE? ● ● ● ● ● ● ● ● ● ● Load balancing Caching IDE Monitor Distribute HA / DR Version control Resources Pay by use Common
  • 7. Features ● ● ● ● ● Data storage, retrieval, and search Communications Process management Computation App configuration and management
  • 8. GAE - Quota Manage Billing Page Operations Billing Status View billing status, Change budget, Add/remove/view billing administrators Usage History View daily usage statistics and costs Transaction History (*) Make payments, view the current balance and monthly billing transactions Billing Profile (*) View and change contact information Billing Settings (*) View and change payment information
  • 9. Growth and Revolution of GAE (I/O2012)
  • 10. Pricing Resource Unit Unit cost (USD) Outgoing Bandwidth Gigabytes $0.12 Frontend Instances (F1 -F4_1G class) Instance hours $0.08 - $0.48 Discounted Instances Instance hours $0.05 Backend Instances (B1 -B8 class) Hourly per instance $0.08 - $0.64 Stored Data (Blobstore) Gigabytes per month $0.13 Stored Data (Datastore) Gigabytes per month $0.18 Stored Data (Logs Data) Gigabytes per month $0.24 Stored Data (Task Queue) Gigabytes per month $0.24 Dedicated Memcache Gigabytes per hour $0.12 SNI SSL certificates Sets of five SNI certificate slots per month $9.00 SSL Virtual IPs (VIPs) Virtual IP per month $39.00 PS: Datastore operations pricing - $0.1 ~ $0.9 per 100K operations
  • 11. Cloud Datastore Cloud Datastore - Schemaless object datastore with robust, scalable storage...
  • 12. Features ● ● ● ● ● ● Shift from GAE service to Cloud service NoSQL database ACID transactions High availability of reads and writes Strong consistency / Eventual consistency Fully managed by Google infrastructure ○ ○ ○ ○ No planned downtime. Replicated across multiple datacenters. Automatically scales to handle traffic increase. Monitored by Google engineers.
  • 13. Developer Support ● ● ● ● ● ● ● ● GAE integrate (Python, Java, Go, Php) Local development server Auto / Customize index JSON API over REST GQL query language CLI tool - GCD Web tool - Google Cloud Console Usage statistic
  • 14. Cloud Integration & Limitation ● Google Account / Authentication integrated ● BigQuery import integrated ● Limitation Limit Amount Maximum entity size 1 megabyte Maximum transaction size 10 megabytes Maximum number of index entries for an entity 20000 Maximum number of bytes in composite indexes for an entity 2 megabytes
  • 15. Pricing Resource Free Default Daily Limit Billing Enabled Default Limit Stored Data (billable) 1 GB Note: Not a daily limit but a total 1 GB free; no maximum limit. Number of Indexes 200 Note: Not a daily limit but a total limit. 200 Write Operations 50,000 Unlimited Read Operations 50,000 Unlimited Small Operations 50,000 Unlimited
  • 16. Google Cloud Storage watch videos, screen casts, and presentations that walk through how to use Google Cloud Storage. VIDEOS download sample applications, read howto guides, and learn how to use Google Cloud Storage with other Google products. SAMPLES ask questions, discuss solutions, and join our vibrant community of developers. COMMUNITY Google Cloud Storage - Object storage service, without limit and global deployed
  • 17. What is Cloud Storage? SDK, API Support Web Console GAE Integrate Oauth2 Integrate Unlimited Global Deploy
  • 18. GCS - Features ● ● ● ● ● ● ● ● High Capacity and Scalability Strong Data Consistency Google Cloud Console Projects Bucket Locations REST APIS OAuth 2.0 Authentication Authenticated Browser Downloads Google Account Support for Sharing
  • 19. Fast, Scalable, Highly Available ● Multiple layers of redundancy. All data replicated to multiple data centers. ● Read-your-writes data consistency. ● Objects can be terabytes in size, with resumable uploads and downloads, and range read support. ● Domain-scoped bucket namespace. ● Store your data in the U.S. or the European Union.
  • 20. Easy, Flexible Auth and Sharing ● OAuth 2.0 Authentication ● Individual, project and group-level access controls. ● Customizable default object ACLs. ● Application-driven access control. ● Authenticated uploads and downloads from a web browser.
  • 21. Regions ● Auto / Manual Region: EU, US ● Locations: US-EAST1, US-EAST2, USEAST3, US-CENTRAL1, US-CENTRAL2, US-WEST1 ● Global replicate
  • 22. Developer Support ● Google App Engine Integrated Services ○ BlobStore ○ Upload URL ○ Image API ● CLI - gsutil ● XML API ● JSON API
  • 23. Pricing Monthly Usage Standard Storage (per GB per month) DRA Storage Price (per GB per month) First 0-1 TB $0.085 $0.063 Next 9 TB $0.076 $0.054 Next 90 TB $0.067 $0.049 Next 400 TB $0.063 $0.045 Next 4500 TB $0.054 $0.042 Network (Egress) - Americas Network (Egress) - Asia-Pacific and EMEA* (per GB) (per GB) Free Free 0 - 1TB $0.12 $0.21 Next 9TB $0.11 $0.18 Next 90TB $0.08 $0.15 Monthly Usage Data Transfer to Cloud Network (Ingress) services in the same Region Free
  • 24. Google BigQuery Google BigQuery - Big data with SQL like query feature, but fast...
  • 25. BigQuery Features ● TB level data analysis ● Fast mining response ● SQL like query language ● Multi-dataset interactive support ● Cheap and pay by use ● Offline job support
  • 26. Support User Interfaces ● ● ● ● ● Browser tool CLI - bq command REST API SDK (client libraries) 3’rd party tools
  • 27. Google Cloud Platform Integrate Cloud Storage AppEngine Datastore AppEngine Log BigQuery
  • 28. Pricing 1 Charges rounded up to the nearest MB; minimum 1 MB data processed per query 2 The first 100 GB of data processed per month is at no charge On-demand pricing table Resource Pricing Storage $80 (per TB/month) Interactive Queries $35 (per TB processed)12 Batch Queries $20 (per TB processed) Package pricing table Data amount Cost 100 TB $3,300 per month ($33 per TB) 400 TB $12,000 per month ($30 per TB) 1,500 TB $40,500 per month ($27 per TB) 4,000 TB $100,000 per month ($25 per TB)
  • 29. Google Cloud SQL Google Cloud SQL - Full managed MySQL database instance
  • 30. Features ● ● ● ● ● ● Familiar Infrastructure Flexible Charging Security, Availability, Durability EU and US Data Centers Easier Migration; No Lock-in Control
  • 31. Connect tools ● ● ● ● ● ● Using the command line prompt API console SQL prompt Admin tools and reporting tools External applications From App Engine: Java, Python From Google Apps Script scripts
  • 32. Current Restrictions ● ● ● ● Size limit for individual instances is 100GB User defined functions are not supported MySQL replication is not supported Statements not supported: ○ ○ ○ ○ ○ LOAD DATA INFILE SELECT ... INTO OUTFILE/DUMPFILE INSTALL/UNINSTALL PLUGIN ... CREATE FUNCTION ... LOAD_FILE() ● Functions are not supported: ○ SHA2()
  • 33. Pricing - By Packages Tier RAM Included Storage Included I/O per Day Charge per Day D0 0.125GB 0.5GB 200K $0.36 D1 0.5GB 1GB 850K $1.46 D2 1GB 2GB 1.7M $2.93 D4 2GB 5GB 4M $5.86 D8 4GB 10GB 8M $11.71 D16 8GB 10GB 16M $23.42 D32 16GB 10GB 32M $46.84
  • 34. Pricing - Per Use Resource Charge D0 Database Instance (0.125GB RAM) $0.025 per hour D1 Database Instance (0.5GB RAM) $0.10 per hour D2 Database Instance (1GB RAM) $0.19 per hour D4 Database Instance (2GB RAM) $0.38 per hour D8 Database Instance (4GB RAM) $0.77 per hour D16 Database Instance (8GB RAM) $1.54 per hour D32 Database Instance (16GB RAM) $3.08 per hour 1GB Storage $0.24 per month I/O $0.10 per Million
  • 35. Pricing - Network Resource Charge External Outbound Traffic $0.12 per GB
  • 36. Google Compute Engine Google Computing Engine - Run virtual machines at Google Scale
  • 37. Features ● ● ● ● ● Scale, performance, and value Flexibility and an Open Environment Predictable Performance Strong Security Environmental Impact
  • 38. Machine Types ● Standard Machine Types ● Shared-core Machine Types ○ applications don't require a lot of resources ○ more cost-effective ○ for running small, non-resource intensive applications than other types ● High Memory Machine Types ● High CPU Machine Types
  • 41. Pricing - Standard & Micro Configuration Virtual Cores Memory (GB1) GCEUs Local Disk (GB) Price (USD) / Hour n1-standard-1-d 1 3.75 2.75 420 $0.132 n1-standard-2-d 2 7.50 5.50 870 $0.265 n1-standard-4-d 4 15 11 1770 $0.530 n1-standard-8-d 8 30 22 2 x 1770 $1.060 n1-standard-1 1 3.75 2.75 0* $0.115 n1-standard-2 2 7.50 5.50 0 $0.230 n1-standard-4 4 15 11 0 $0.461 n1-standard-8 8 30 22 0 $0.922 Configuration Virtual Cores Memory (GB) GCEUs Local Disk (GB) Price (USD) / Hour f1-micro 1 0.60 Shared CPU 0 $0.019 g1-small 1 1.70 1.38 0 $0.054
  • 42. Pricing - High Memory Configuration Virtual Cores Memory (GB) GCEUs Local Disk (GB) Price (USD) / Hour n1-highmem-2-d 2 13 5.50 870 $0.305 n1-highmem-4-d 4 26 11 1770 $0.611 n1-highmem-8-d 8 52 22 2 x 1770 $1.221 n1-highmem-2 2 13 5.50 0* $0.244 n1-highmem-4 4 26 11 0 $0.488 n1-highmem-8 8 52 22 0 $0.975
  • 43. Pricing - High CPU Configuration Virtual Cores Memory (GB) GCEUs Local Disk (GB) Price (USD) / Hour n1-highcpu-2-d 2 1.80 5.50 870 $0.163 n1-highcpu-4-d 4 3.60 11 1770 $0.326 n1-highcpu-8-d 8 7.20 22 2 x 1770 $0.653 n1-highcpu-2 2 1.80 5.50 0* $0.131 n1-highcpu-4 4 3.60 11 0 $0.261 n1-highcpu-8 8 7.20 22 0 $0.522
  • 44. Q&A