Google Cloud Platform User Group Taiwan2016Q3
Google Cloud Platform
Introduction
Simon Su @ GCPUG.TW
I am Simon Su...
var simon = {/** I am at GCPUG.TW **/};
simon.GDE = 'https://developers.google.com/experts/people/peihsin-su';
simon.googleshare = 'http://gappsnews.blogspot.tw'
simon.nodejsblog = ‘http://nodejs-in-example.blogspot.tw';
simon.blog = ‘http://peihsinsu.blogspot.com';
simon.slideshare = ‘http://slideshare.net/peihsinsu/';
simon.email = ‘simonsu.mail@gmail.com’;
simon.say(‘Let’s go Cloud!');
Join us NOW!! https://www.facebook.com/groups/GCPUG.TW/
Cloud Platform Family
BigQuery
Big Data
Pub/Sub Dataflow Dataproc Datalab
Compute
Compute EngineApp Engine Container Engine
Storage
Cloud
Storage
Cloud SQL Cloud
Datastore
Bigtable
Machine Learning
Speech APIMachine
Learning
Translate APIVision API
Project & Billing ● One view to manage global
services
● Free internal communication
● Google style project sharing
with free gmail account,
enterprise account, google
group account
● Project level quota
management
● Project level free quota
● One billing account to pay
multi-projects
Compute Engine
● VM service include instance,
network, disk, image, snapshot,
firewall, routing, account
management
● Private network but “Global”
level
● Cheap as you need
○ Minutes unit
○ Sustain pricing
○ Preemptible
● Network functions
○ VPN
○ NLB / HLB
○ CDN
○ DNS
VPN LB CDN DNS
App Engine
● The world's earliest Platform as
a Service concept
● Standard Environment
○ Python, Java, Go, PHP
○ Auto scale enabled
○ Daily free quota
○ Service integrate:
■ Datastore
■ Memcache
■ TaskQueue
■ Cron
■ Search
● Flexible Environment
○ Standard runtime
■ Java, Go, Python, Node.js
○ Customize runtime
■ HTTP support runtime
● Cloud Endpoint
Cloud SQL
● MySQL compatible service
● Full google management
○ Daily backup and 7 copy per
instance
○ HA support
○ Scale support
■ Master-Slave support
■ Instance resize
● Backup/restore integrate with
Google Cloud Storage
● Higher compute power instance -
2nd Generation Cloud SQL
Cloud Storage
● Full managed storage service
● Standard, DR, Nearline
● Managed with RESTful API,
Json/XML SDK, CLI or Cloud
console
● Integrate with many GCP
services
○ BigQuery upload / export, CloudSQL backup /
import, Compute Engine start script, stop
script, Dataflow input / output…
● GCS services
○ Website bucket, Version bucket, Transport
service...
BigQuery
● Google level big data tool and
near real time query response
● Streaming & batch insert
● User defined function
● Standard SQL support
● Big data supported query
function
● Multi-table join enabled
● Cheapest big data tool in the
world
What’s new in 2016~~
Year 2016 News!!
● GCE CDN service
● GCE free size
machine type
● Preemptible VM
● IAM for project
management
● GAE MVM
● GCS nearline
● GCS version
bucket
● Dataflow
● Vision API
● Machine Learning
API
New release in Google Cloud Project...
GCP Project IAM
GCE - Subnetwork & UDP load balancer
GCE - HTTP(S) Load Balancer CDN Feature
GCE - Customize Machine Type & Preemptiable VM
GCE - Recommendations
GCE Addon
Services
StackDriver
Deployment
Manager
Source
Repositories
Cloud Function
GCE Addon Services
● StackDriver / Cloud Monitoring
Monitor everything in your project with alert and history records...
● Deployment Manager
Deployment whole project with everything that google provided in
a file...
● Storage Repositories
Manage your code with your project with more debug and tracing
integrate...
● Cloud Functions
Serverless with your code, let micro service to enrich your
deployment...
GAE - Managed VM
GCS - Nearline Storage & Versioning Bucket
BigQuery - User Defined Function
BigQuery - Export to Google Sheet at one Click
New BigData Framework - PubSub, Dataflow
Dataflow
Dataproc DatalabPub/Sub
● Google level big data support tool
● Like Spark but powerful
● Integrate with Pub/Sub, GCS and
BigQuery
● Model compatible with Spark /
Dataproc
● Google managed infrastructure with
full auto scale feature
● Streaming and Batch processing
ML Family
Speech API
Machine
Learning
Translate API
Vision API
● Vision API
Image input and json output for many kinds of prediction that
training from google’s models...
● Machine Learning
Enables you to easily build machine learning models, that work on
any type of data, of any size. Create your model with the powerful
TensorFlow framework...
● Speech API
Enables developers to convert audio to text by applying powerful
neural network models in an easy to use API...
● Translate API
Simple programmatic interface for translating an arbitrary string
into any supported language...
Google Firebase
https://firepad.io/#1
More news…..
Join us… http://gcpug.tw
Share what you found...
● Request for Speaker
● Request for Sponsor
Contact us: gcpug.tw@gmail.com
Thank You!

Google I/O 2016 Recap - Google Cloud Platform News Update

  • 1.
    Google Cloud PlatformUser Group Taiwan2016Q3 Google Cloud Platform Introduction Simon Su @ GCPUG.TW
  • 2.
    I am SimonSu... var simon = {/** I am at GCPUG.TW **/}; simon.GDE = 'https://developers.google.com/experts/people/peihsin-su'; simon.googleshare = 'http://gappsnews.blogspot.tw' simon.nodejsblog = ‘http://nodejs-in-example.blogspot.tw'; simon.blog = ‘http://peihsinsu.blogspot.com'; simon.slideshare = ‘http://slideshare.net/peihsinsu/'; simon.email = ‘simonsu.mail@gmail.com’; simon.say(‘Let’s go Cloud!');
  • 4.
    Join us NOW!!https://www.facebook.com/groups/GCPUG.TW/
  • 5.
    Cloud Platform Family BigQuery BigData Pub/Sub Dataflow Dataproc Datalab Compute Compute EngineApp Engine Container Engine Storage Cloud Storage Cloud SQL Cloud Datastore Bigtable Machine Learning Speech APIMachine Learning Translate APIVision API
  • 6.
    Project & Billing● One view to manage global services ● Free internal communication ● Google style project sharing with free gmail account, enterprise account, google group account ● Project level quota management ● Project level free quota ● One billing account to pay multi-projects
  • 7.
    Compute Engine ● VMservice include instance, network, disk, image, snapshot, firewall, routing, account management ● Private network but “Global” level ● Cheap as you need ○ Minutes unit ○ Sustain pricing ○ Preemptible ● Network functions ○ VPN ○ NLB / HLB ○ CDN ○ DNS VPN LB CDN DNS
  • 8.
    App Engine ● Theworld's earliest Platform as a Service concept ● Standard Environment ○ Python, Java, Go, PHP ○ Auto scale enabled ○ Daily free quota ○ Service integrate: ■ Datastore ■ Memcache ■ TaskQueue ■ Cron ■ Search ● Flexible Environment ○ Standard runtime ■ Java, Go, Python, Node.js ○ Customize runtime ■ HTTP support runtime ● Cloud Endpoint
  • 9.
    Cloud SQL ● MySQLcompatible service ● Full google management ○ Daily backup and 7 copy per instance ○ HA support ○ Scale support ■ Master-Slave support ■ Instance resize ● Backup/restore integrate with Google Cloud Storage ● Higher compute power instance - 2nd Generation Cloud SQL
  • 10.
    Cloud Storage ● Fullmanaged storage service ● Standard, DR, Nearline ● Managed with RESTful API, Json/XML SDK, CLI or Cloud console ● Integrate with many GCP services ○ BigQuery upload / export, CloudSQL backup / import, Compute Engine start script, stop script, Dataflow input / output… ● GCS services ○ Website bucket, Version bucket, Transport service...
  • 11.
    BigQuery ● Google levelbig data tool and near real time query response ● Streaming & batch insert ● User defined function ● Standard SQL support ● Big data supported query function ● Multi-table join enabled ● Cheapest big data tool in the world
  • 12.
  • 13.
    Year 2016 News!! ●GCE CDN service ● GCE free size machine type ● Preemptible VM ● IAM for project management ● GAE MVM ● GCS nearline ● GCS version bucket ● Dataflow ● Vision API ● Machine Learning API
  • 14.
    New release inGoogle Cloud Project...
  • 15.
  • 16.
    GCE - Subnetwork& UDP load balancer
  • 17.
    GCE - HTTP(S)Load Balancer CDN Feature
  • 18.
    GCE - CustomizeMachine Type & Preemptiable VM
  • 19.
  • 20.
    GCE Addon Services StackDriver Deployment Manager Source Repositories Cloud Function GCEAddon Services ● StackDriver / Cloud Monitoring Monitor everything in your project with alert and history records... ● Deployment Manager Deployment whole project with everything that google provided in a file... ● Storage Repositories Manage your code with your project with more debug and tracing integrate... ● Cloud Functions Serverless with your code, let micro service to enrich your deployment...
  • 21.
  • 22.
    GCS - NearlineStorage & Versioning Bucket
  • 23.
    BigQuery - UserDefined Function
  • 25.
    BigQuery - Exportto Google Sheet at one Click
  • 26.
    New BigData Framework- PubSub, Dataflow
  • 27.
    Dataflow Dataproc DatalabPub/Sub ● Googlelevel big data support tool ● Like Spark but powerful ● Integrate with Pub/Sub, GCS and BigQuery ● Model compatible with Spark / Dataproc ● Google managed infrastructure with full auto scale feature ● Streaming and Batch processing
  • 28.
    ML Family Speech API Machine Learning TranslateAPI Vision API ● Vision API Image input and json output for many kinds of prediction that training from google’s models... ● Machine Learning Enables you to easily build machine learning models, that work on any type of data, of any size. Create your model with the powerful TensorFlow framework... ● Speech API Enables developers to convert audio to text by applying powerful neural network models in an easy to use API... ● Translate API Simple programmatic interface for translating an arbitrary string into any supported language...
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
    ● Request forSpeaker ● Request for Sponsor Contact us: gcpug.tw@gmail.com
  • 34.