SlideShare a Scribd company logo
Google Cloud Technologies Overview 
Chris Schalk 
Google Developer Advocate 
2
What is 
cloud 
compu/ng? 
3
Just Kidding ;‐) 
Google Cloud Development Technologies
Google BigQuery  Google  
Predic/on API 
Google Storage 
Google App Engine 
Google App Engine for Business (new) 
ExisAng 
New! 
•  Part I Intro to App Engine 
•  App Engine Details 
•  Development Tools 
•  App Engine for Business 
• Part II – Google’s new cloud technologies 
Agenda 
6 
IaaS 
APaaS 
SaaS 
Source: Gartner AADI Summit Dec 2009 
Cloud Computing as Gartner Sees It
7 
IaaS value proposition… 
8 
The PaaS value proposition
• Easy to build 
• Easy to maintain 
• Easy to scale 
9
Google App Engine 
10
500M+ 
daily 
Pageviews 
250,000+ 
Developers 
100,000+ 
Apps 
10
By the numbers 
11 
Some App Engine Partners 
12 
App Engine @ 
GiSag.com 
NexTuesday.com Twelpforce.com 
13 
>62M Users 
Social Networking at Scale 
gigy   Socialize 
14 
gigy   Socialize 
15 
"Although we typically host all our services in‐house,  
on our own infrastructure, we felt that GAE would be a beer fit  
for the live chat feature because of its unique traffic paern, which  
is characterized by very low traffic most of the Ame with very high  
bursts during high profile events." 
Raviv Pavel, Gigya VP of Research and Development 
hp://googleappengine.blogspot.com/2010/02/scalability‐means‐flexibility.html#links 
Flexible Scalability 
App Engine Details 
16
Cloud development in a box
17
•  Downloadable SDK 
•  ApplicaAon runAmes 
•  Java, Python 
•  Local development tools 
•  Eclipse plugin, AppEngine Launcher 
•  Specialized applicaAon services  
•  Cloud based dashboard 
•  Ready to scale  
•  Built in fault tolerance, load balancing 
Specialized Services
18 
Blobstore Images 
Mail  XMPP  Task Queue 
Memcache  Datastore  URL Fetch 
User Service 
Language runtimes
19 
Duke, the Java mascot 
Copyright © Sun Microsystems Inc., all rights reserved. 
Ensuring Portability
20 
Extended Language support
through JVM
•  Java
•  Scala
•  JRuby (Ruby)
•  Groovy
•  Quercus (PHP)
•  Rhino (JavaScript)
•  Jython (Python)
21 
Duke, the Java mascot 
Copyright © Sun Microsystems Inc., all rights reserved. 
Always free to get started
•  ~5M pageviews/month 
•  6.5 CPU hrs/day 
•  1 GB storage 
•  650K URL Fetch calls/day 
•  2,000 recipients emailed 
•  1 GB/day bandwidth 
•  100,000 tasks enqueued 
•  650K XMPP messages/day 
22
Application Platform Management
23 
App Engine Dashboard
24 
App Engine Health History
25 
Development Tools for App Engine
26 
Google App Engine Launcher 
27 
SDK Console
28 
Google Plugin for Eclipse 
29 
Two+ years in review 
30 
Apr 2008
 Python launch
May 2008
 Memcache, Images API
Jul 2008
 Logs export
Aug 2008
 Batch write/delete
Oct 2008
 HTTPS support
Dec 2008
 Status dashboard, quota details
Feb 2009
 Billing, larger files
Apr 2009
 Java launch, DB import, cron support, SDC
May 2009
 Key-only queries
Jun 2009
 Task queues
Aug 2009
 Kindless queries
Sep 2009
 XMPP
Oct 2009
 Incoming email
Dec 2009
 Blobstore
Feb 2010
 Datastore cursors, Appstats
Mar 2010
 Read policies, IPv6
May 2010
 App Engine for Business
Introducing App Engine for Business 
31
Same scalable cloud pla3orm, but designed for the Enterprise 
App Engine for Business 
Google App Engine for Business 
Details 
•  Enterprise applicaAon management 
–  Centralized domain console (preview available today) 
•  Enterprise reliability and support 
–  99.9% Service Level Agreement 
–   Direct support 
•  Hosted SQL 
–  RelaAonal SQL database in the cloud (preview available today) 
•  SSL on your domain 
•  Secure by default 
–  Integrated Single Sign On (SSO) 
•  Pricing that makes sense 
–  Apps cost $8 per user, up to $1000 max per month 
32 
Google App Engine
for Business
Enterprise App Development with Google 
33 
Build your own
Google App Engine
for Business
Buy from others
Google Apps
Marketplace
Enterprise Firewall 
Enterprise Data  AuthenAcaAon  Enterprise Services  User Management 
Buy from Google
Google Apps
for Business
Enterprise Application Platform
34 
App Engine for Business
Roadmap
Enterprise Administration
Console
Preview (signups available)
Direct Support Preview (signups available)
Hosted SQL Preview (signups available)
Service Level Agreement Available Q4 2010 (Draft published)
Enterprise billing Available Q4 2010
Custom Domain SSL Limited Release EOY 2010
App Engine Resources
Get started with App Engine 
•  hp://code.google.com/appengine 
Read up on App Engine for Business and become a trusted tester 
•  hp://code.google.com/appengine/business 
•  bit.ly/gae4b <‐ sign up! 
Part II - Google’s new Cloud Technologies
Topics covered
•  Google Storage for Developers
•  Prediction API (machine learning)
•  BigQuery
Google Storage for Developers
Store your data in Google's cloud
What Is Google Storage?
•  Store your data in Google's cloud 
o  any format, any amount, any Ame 
•  You control access to your data 
o  private, shared, or public 
•   Access via Google APIs or 3rd party tools/libraries 
Sample Use Cases
StaAc content hosAng 
e.g. staAc html, images, music, video 
Backup and recovery 
e.g. personal data, business records 
Sharing 
e.g. share data with your customers 
Data storage for applicaAons 
e.g. used as storage backend for Android, AppEngine, Cloud based apps 
Storage for ComputaAon 
e.g. BigQuery, PredicAon API 
Google Storage Benefits
High Performance and Scalability        
Backed by Google infrastructure  
Strong Security and Privacy 
        Control access to your data 
Easy to Use 
Get started fast with Google & 3rd party tools 
Google Storage Technical Details
•  RESTful API  
o  Verbs: GET, PUT, POST, HEAD, DELETE  
o  Resources: identified by URI 
o  Compatible with S3  
•  Buckets  
o  Flat containers  
•  Objects  
o  Any type 
o  Size: 100 GB / object 
•  Access Control for Google Accounts  
o  For individuals and groups  
•  Two Ways to Authenticate Requests  
o  Sign request using access keys  
o  Web browser login
Performance and Scalability
•  Objects of any type and 100 GB / Object 
•  Unlimited numbers of objects, 1000s of buckets 
•  All data replicated to mulAple US data centers 
•  Leveraging Google's worldwide network for data delivery  
•  Only you can use bucket names with your domain names  
•  Read‐your‐writes data consistency 
•  Range Get  
Security and Privacy Features
•  Key‐based authenAcaAon 
•  AuthenAcated downloads from a web browser 
•  Sharing with individuals 
•  Group sharing via Google Groups  
•  Access control for buckets and objects 
•  Set Read/Write/List permissions   
Demo
•  Tools: 
o  GS Manager 
o  GSUAl 
•  Upload / Download 
Google Storage usage within Google
HaiA Relief Imagery  USPTO data 
Partner ReporAng 
Google BigQuery  Google  
Predic/on API 
Partner ReporAng 
Some Early Google Storage Adopters 
Google Storage - Pricing
o  Storage 
 $0.17/GB/Month 
o  Network 
 Upload - $0.10/GB 
 Download 
 $0.15/GB Americas / EMEA 
 $0.30/GB  APAC 
o  Requests 
 PUT, POST, LIST - $0.01 / 1000 Requests 
 GET, HEAD - $0.01 / 10000 Requests
Google Storage - Availability
•  Limited preview in US currently  
o  100GB free storage and network from Google per account 
o  Sign up for waitlist at hp://code.google.com/apis/storage/ 
•  Note: Non US preview available on case‐by‐case basis 
Google Storage Summary
•  Store any kind of data using Google's cloud infrastructure 
•  Easy to Use APIs 
•  Many available tools and libraries 
o  gsuAl, GS Manager 
o  3rd party: 
 Boto, CloudBerry, CyberDuck, JetS3t, and more 
Google Prediction API
Google's prediction engine in the cloud
Introducing the Google Prediction API
•  Google's sophisticated machine learning technology
•  Available as an on-demand RESTful HTTP web service
How does it work? 
"english"  The quick brown fox jumped over the lazy 
dog. 
"english"  To err is human, but to really foul things up 
you need a computer. 
"spanish"  No hay mal que por bien no venga. 
"spanish"  La tercera es la vencida. 
?  To be or not to be, that is the quesAon. 
?  La fe mueve montañas. 
The Prediction API
finds relevant
features in the
sample data during
training.
The PredicAon API 
later searches for 
those features 
during predicAon. 
A virtually endless number of applicaAons... 
Customer
Sentiment
TransacAon 
Risk 
Species 
IdenAficaAon 
Message 
RouAng 
Legal Docket 
ClassificaAon 
Suspicious 
AcAvity 
Work Roster 
Assignment 
Recommend 
Products 
PoliAcal 
Bias 
UpliS 
MarkeAng 
Email 
Filtering 
DiagnosAcs 
Inappropriate 
Content 
Career 
Counselling 
Churn 
PredicAon 
... and many more ... 
A PredicAon API Example 
AutomaAcally categorize and respond to emails by language 
•  Customer: ACME Corp, a multinational organization
•  Goal: Respond to customer emails in their language
•  Data: Many emails, tagged with their languages
•  Outcome: Predict language and respond accordingly
Using the Prediction API
1. Upload 
2. Train 
Upload your training data to 
Google Storage  
Build a model from your data 
Make new predicAons 3. Predict 
A simple three step process... 
Step 1: Upload 
Upload your training data to Google Storage 
•  Training data: outputs and input features
•  Data format: comma separated value format
(CSV)
"english","To err is human, but to really ..." 
"spanish","No hay mal que por bien no venga." 
...
Upload to Google Storage 
gsutil cp ${data} gs://yourbucket/${data}
Step 2: Train 
Create a new model by training on data 
To train a model:
POST prediction/v1.1/training?data=mybucket%2Fmydata
Training runs asynchronously. To see if it has
finished:
GET prediction/v1.1/training/mybucket
%2Fmydata
{"data":{
"data":"mybucket/mydata",
"modelinfo":"estimated accuracy: 0.xx"}}}
Step 3: Predict 
Apply the trained model to make predicAons on new data 
POST prediction/v1.1/query/mybucket%2Fmydata/predict
{ "data":{
"input": { "text" : [
"J'aime X! C'est le meilleur" ]}}}
Step 3: Predict 
Apply the trained model to make predicAons on new data 
POST prediction/v1.1/query/mybucket%2Fmydata/predict
{ "data":{
"input": { "text" : [
"J'aime X! C'est le meilleur" ]}}}
{ data : {
"kind" : "prediction#output",
"outputLabel":"French",
"outputMulti" :[
{"label":"French", "score": x.xx}
{"label":"English", "score": x.xx}
{"label":"Spanish", "score": x.xx}]}}
Step 3: Predict 
Apply the trained model to make predicAons on new data 
import httplib
header = {"Content-Type" : "application/json"}
#...put new data in JSON format in params variable
conn = httplib.HTTPConnection("www.googleapis.com")conn.request("POST",
"/prediction/v1.1/query/mybucket%2Fmydata/predict”, params, header)
print conn.getresponse()
An example using Python 
PredicAon API CapabiliAes 
Data
•  Input Features: numeric or unstructured text
•  Output: up to hundreds of discrete categories
Training
•  Many machine learning techniques
•  Automatically selected
•  Performed asynchronously
Access from many platforms:
•  Web app from Google App Engine
•  Apps Script (e.g. from Google Spreadsheet)
•  Desktop app
PredicAon API v1.1  ‐ new features 
•  Updated Syntax
•  Multi-category prediction
o  Tag entry with multiple labels
•  Continuous Output
o  Finer grained prediction rankings based on multiple labels
•  Mixed Inputs
o  Both numeric and text inputs are now supported
Can combine continuous output with mixed
inputs
Google BigQuery
Interactive analysis of large datasets in Google's cloud
Introducing Google BigQuery
•  Google's large data adhoc analysis technology
o  Analyze massive amounts of data in seconds
•  Simple SQL-like query language
•  Flexible access
o  REST APIs, JSON-RPC, Google Apps Script
Why BigQuery?  
Working with large data is a challenge 
Many Use Cases ... 
Spam
Trends 
DetecAon 
Web Dashboards  Network 
OpAmizaAon 
InteracAve Tools 
Key CapabiliAes of BigQuery 
•  Scalable: Billions of rows
•  Fast: Response in seconds
•  Simple: Queries in SQL
•  Web Service
o  REST
o  JSON-RPC
o  Google App Scripts
Using BigQuery
1. Upload 
2. Import 
Upload your raw data to 
Google Storage  
Import raw data into BigQuery table 
Perform SQL queries on table 3. Query 
Another simple three step process... 
WriAng Queries 
Compact subset of SQL
o  SELECT ... FROM ...
WHERE ...
GROUP BY ... ORDER BY ...
LIMIT ...;
Common functions
o  Math, String, Time, ...
Statistical approximations
o  TOP
o  COUNT DISTINCT
BigQuery via REST 
GET /bigquery/v1/tables/{table name}
GET /bigquery/v1/query?q={query}
Sample JSON Reply:
{
"results": {
"fields": { [
{"id":"COUNT(*)","type":"uint64"}, ... ]
},
"rows": [
{"f":[{"v":"2949"}, ...]},
{"f":[{"v":"5387"}, ...]}, ... ]
}
}
Also supports JSON-RPC
Security and Privacy 
Standard Google Authentication
•  Client Login
•  OAuth
•  AuthSub
HTTPS support
•  protects your credentials
•  protects your data
Relies on Google Storage to manage
access
Large Data Analysis Example 
Wikimedia Revision history data from: hp://download.wikimedia.org/enwiki/latest/enwiki‐
latest‐pages‐meta‐history.xml.7z 
Wikimedia Revision History 
Using BigQuery Shell 
Python DB API 2.0 + B. Clapper's sqlcmd
http://www.clapper.org/software/python/sqlcmd/
BigQuery from a Spreadsheet 
BigQuery from a Spreadsheet 
Recap 
•  Google Storage
o  High speed data storage on Google Cloud
•  Prediction API
o  Google's machine learning technology able to
predict outcomes based on sample data
•  BigQuery
o  Interactive analysis of very large data sets
o  Simple SQL query language access
Further info available at: 
•  Google Storage for Developers
o  http://code.google.com/apis/storage
•  Prediction API
o  http://code.google.com/apis/predict
•  BigQuery
o  http://code.google.com/apis/bigquery
Q&A
Thank You! 
Chris Schalk 
Google Developer 
Advocate 
hp://twier.com/cschalk 

More Related Content

What's hot (20)

PPTX
Introduction to Google Cloud Services / Platforms
Nilanchal
 
PDF
How to Puppetize Google Cloud Platform - PuppetConf 2014
Puppet
 
PDF
Google Cloud for Developers - Devfest Manila
Patrick Chanezon
 
PDF
Google I/O 2016 Recap - Google Cloud Platform News Update
Simon Su
 
PDF
GDG DevFest Romania - Architecting for the Google Cloud Platform
Márton Kodok
 
PDF
Google Cloud Platform Update
Ido Green
 
PDF
Google Cloud Platform - Cloud-Native Roadshow Stuttgart
VMware Tanzu
 
PPTX
Introduction to Google Cloud Platform
dhruv_chaudhari
 
PPTX
Cloud computing by Google Cloud Platform - Presentation
TinarivosoaAbaniaina
 
PDF
Getting Started on Google Cloud Platform
Aaron Taylor
 
PDF
Cloud-Native Roadshow Google Cloud Platform - Los Angeles
VMware Tanzu
 
PPT
Google cloud platform
rajdeep
 
PDF
Google Cloud Platform - Service Glossary
Joseph's Cloud Library
 
PDF
A Tour of Google Cloud Platform
Colin Su
 
PPT
L2 3.fa19
Kv Sagar
 
PDF
Introduction to Google Cloud Platform Technologies
Chris Schalk
 
PDF
GDG Heraklion - Architecting for the Google Cloud Platform
Márton Kodok
 
PPTX
Google Cloud Platform: Prototype ->Production-> Planet scale
Idan Tohami
 
PDF
Google Cloud Platform
Francesco Marchitelli
 
PDF
Next Generation Cloud Computing With Google - RightScale Compute 2013
RightScale
 
Introduction to Google Cloud Services / Platforms
Nilanchal
 
How to Puppetize Google Cloud Platform - PuppetConf 2014
Puppet
 
Google Cloud for Developers - Devfest Manila
Patrick Chanezon
 
Google I/O 2016 Recap - Google Cloud Platform News Update
Simon Su
 
GDG DevFest Romania - Architecting for the Google Cloud Platform
Márton Kodok
 
Google Cloud Platform Update
Ido Green
 
Google Cloud Platform - Cloud-Native Roadshow Stuttgart
VMware Tanzu
 
Introduction to Google Cloud Platform
dhruv_chaudhari
 
Cloud computing by Google Cloud Platform - Presentation
TinarivosoaAbaniaina
 
Getting Started on Google Cloud Platform
Aaron Taylor
 
Cloud-Native Roadshow Google Cloud Platform - Los Angeles
VMware Tanzu
 
Google cloud platform
rajdeep
 
Google Cloud Platform - Service Glossary
Joseph's Cloud Library
 
A Tour of Google Cloud Platform
Colin Su
 
L2 3.fa19
Kv Sagar
 
Introduction to Google Cloud Platform Technologies
Chris Schalk
 
GDG Heraklion - Architecting for the Google Cloud Platform
Márton Kodok
 
Google Cloud Platform: Prototype ->Production-> Planet scale
Idan Tohami
 
Google Cloud Platform
Francesco Marchitelli
 
Next Generation Cloud Computing With Google - RightScale Compute 2013
RightScale
 

Viewers also liked (20)

PDF
Building Enterprise Applications on Google Cloud Platform Cloud Computing Exp...
Chris Schalk
 
PDF
Google Cloud Platform Empowers TensorFlow and Machine Learning
DataWorks Summit/Hadoop Summit
 
PPTX
Google Cloud Platform
Francesco Marchitelli
 
PDF
Google Cloud Platform and Kubernetes
Kasper Nissen
 
PDF
Apps World Europe: Data Management panel.
Steef Klein
 
PDF
기업 클라우드 유연성, 상호운영성 확보를 위한 해답,SDx-2015-11-11
Donghan Kim
 
PDF
Stop Hackers with Integrated CASB & IDaaS Security
CloudLock
 
PDF
Be A Hero: Combat Cloud Security Threats with Google Apps Unlimited & CloudLock
CloudLock
 
PPTX
Trade mark
Aamrapali Singh
 
PDF
Cloud Foundry: Inside the Machine
Derek Collison
 
PDF
Building Mobile Apps on aPaaS platforms
Dr Ganesh Iyer
 
PDF
App Engine Overview @ Google Hackathon SXSW 2010
Chris Schalk
 
PDF
JFokus 2011 - Google Cloud for Java Developers: Platform and Monetization
Patrick Chanezon
 
PDF
Adventures in Azure Machine Learning from NE Bytes
Derek Graham
 
PDF
Google Tech Talk with Dr. Eric Brewer in Korea Apr.27.2015
Chris Jang
 
PPTX
PaaS vs aPaaS
Suresh Sambandam
 
PDF
2016년 10대 Cloud 동향
HT Kim
 
PPTX
Machine Learning on the Microsoft Stack
Lynn Langit
 
PDF
Azure Machine Learning using R
Herman Wu
 
PPTX
Taximan Tunisia
Houssem Eddine LASSOUED
 
Building Enterprise Applications on Google Cloud Platform Cloud Computing Exp...
Chris Schalk
 
Google Cloud Platform Empowers TensorFlow and Machine Learning
DataWorks Summit/Hadoop Summit
 
Google Cloud Platform
Francesco Marchitelli
 
Google Cloud Platform and Kubernetes
Kasper Nissen
 
Apps World Europe: Data Management panel.
Steef Klein
 
기업 클라우드 유연성, 상호운영성 확보를 위한 해답,SDx-2015-11-11
Donghan Kim
 
Stop Hackers with Integrated CASB & IDaaS Security
CloudLock
 
Be A Hero: Combat Cloud Security Threats with Google Apps Unlimited & CloudLock
CloudLock
 
Trade mark
Aamrapali Singh
 
Cloud Foundry: Inside the Machine
Derek Collison
 
Building Mobile Apps on aPaaS platforms
Dr Ganesh Iyer
 
App Engine Overview @ Google Hackathon SXSW 2010
Chris Schalk
 
JFokus 2011 - Google Cloud for Java Developers: Platform and Monetization
Patrick Chanezon
 
Adventures in Azure Machine Learning from NE Bytes
Derek Graham
 
Google Tech Talk with Dr. Eric Brewer in Korea Apr.27.2015
Chris Jang
 
PaaS vs aPaaS
Suresh Sambandam
 
2016년 10대 Cloud 동향
HT Kim
 
Machine Learning on the Microsoft Stack
Lynn Langit
 
Azure Machine Learning using R
Herman Wu
 
Taximan Tunisia
Houssem Eddine LASSOUED
 
Ad

Similar to Google Cloud Technologies Overview (20)

KEY
CloudOps evening presentation from Google
Alistair Croll
 
PDF
Google Cloud for Data Crunchers - Strata Conf 2011
Patrick Chanezon
 
PDF
Introduction to Google's Cloud Technologies
Chris Schalk
 
PPTX
GCCP Session 2.pptx
DSCIITPatna
 
PDF
Cloud computing overview & Technical intro to Google Cloud
wesley chun
 
PDF
Cloud Developer Days - BigQuery
Wlodek Bielski
 
PDF
Build with ALL of Google Cloud
wesley chun
 
PDF
Google App Engine for Business 101
Chris Schalk
 
PDF
Entrepreneurship Tips With HTML5 & App Engine Startup Weekend (June 2012)
Ido Green
 
PDF
Scale with a smile with Google Cloud Platform At DevConTLV (June 2014)
Ido Green
 
PDF
Accessing Google Cloud APIs
wesley chun
 
PPTX
GDSC Study Jam Session 1
SahithiGurlinka
 
PPTX
GCCP-Session 2
GDSCIIITDHARWAD
 
PDF
Data Platform on GCP
Patrick Alexander
 
PDF
Exploring Google APIs with Python
wesley chun
 
PDF
From zero to Google APIs: Beyond search & AI... leverage all of Google
wesley chun
 
PPTX
Introduction to google cloud platform
PankajSoni224837
 
PPTX
Google Cloud Study Jam | GDSC NCU
Shivam254129
 
PPTX
Azure Active Directory, Practical Guide
Sasha Rosenbaum
 
PDF
Openbar Kontich // Google Cloud: past, present and the (oh so sweet) future b...
Openbar
 
CloudOps evening presentation from Google
Alistair Croll
 
Google Cloud for Data Crunchers - Strata Conf 2011
Patrick Chanezon
 
Introduction to Google's Cloud Technologies
Chris Schalk
 
GCCP Session 2.pptx
DSCIITPatna
 
Cloud computing overview & Technical intro to Google Cloud
wesley chun
 
Cloud Developer Days - BigQuery
Wlodek Bielski
 
Build with ALL of Google Cloud
wesley chun
 
Google App Engine for Business 101
Chris Schalk
 
Entrepreneurship Tips With HTML5 & App Engine Startup Weekend (June 2012)
Ido Green
 
Scale with a smile with Google Cloud Platform At DevConTLV (June 2014)
Ido Green
 
Accessing Google Cloud APIs
wesley chun
 
GDSC Study Jam Session 1
SahithiGurlinka
 
GCCP-Session 2
GDSCIIITDHARWAD
 
Data Platform on GCP
Patrick Alexander
 
Exploring Google APIs with Python
wesley chun
 
From zero to Google APIs: Beyond search & AI... leverage all of Google
wesley chun
 
Introduction to google cloud platform
PankajSoni224837
 
Google Cloud Study Jam | GDSC NCU
Shivam254129
 
Azure Active Directory, Practical Guide
Sasha Rosenbaum
 
Openbar Kontich // Google Cloud: past, present and the (oh so sweet) future b...
Openbar
 
Ad

More from Chris Schalk (20)

PDF
Google App Engine Overview and Update
Chris Schalk
 
PDF
Building Integrated Applications on Google's Cloud Technologies
Chris Schalk
 
PDF
How to build Kick Ass Games in the Cloud
Chris Schalk
 
PDF
Building Kick Ass Video Games for the Cloud
Chris Schalk
 
PDF
Building Integrated Applications on Google's Cloud Technologies
Chris Schalk
 
PDF
GDD 2011 - How to build kick ass video games for the cloud
Chris Schalk
 
PDF
Quick Intro to Google Cloud Technologies
Chris Schalk
 
PDF
Intro to Google's Cloud Technologies
Chris Schalk
 
PDF
Google App Engine's Latest Features
Chris Schalk
 
PDF
Building Apps on Google Cloud Technologies
Chris Schalk
 
PDF
Google App Engine's Latest Features
Chris Schalk
 
PDF
Building Multi-platform Video Games for the Cloud
Chris Schalk
 
PDF
Javaedge 2010-cschalk
Chris Schalk
 
PDF
Introducing App Engine for Business
Chris Schalk
 
PDF
Introduction to Google Cloud platform technologies
Chris Schalk
 
PDF
What's new in App Engine and intro to App Engine for Business
Chris Schalk
 
PDF
Intro to new Google cloud technologies: Google Storage, Prediction API, BigQuery
Chris Schalk
 
PDF
App Engine Presentation @ SFJUG Sep 2010
Chris Schalk
 
PDF
What is Google App Engine
Chris Schalk
 
PDF
App engine cloud_comp_expo_nyc
Chris Schalk
 
Google App Engine Overview and Update
Chris Schalk
 
Building Integrated Applications on Google's Cloud Technologies
Chris Schalk
 
How to build Kick Ass Games in the Cloud
Chris Schalk
 
Building Kick Ass Video Games for the Cloud
Chris Schalk
 
Building Integrated Applications on Google's Cloud Technologies
Chris Schalk
 
GDD 2011 - How to build kick ass video games for the cloud
Chris Schalk
 
Quick Intro to Google Cloud Technologies
Chris Schalk
 
Intro to Google's Cloud Technologies
Chris Schalk
 
Google App Engine's Latest Features
Chris Schalk
 
Building Apps on Google Cloud Technologies
Chris Schalk
 
Google App Engine's Latest Features
Chris Schalk
 
Building Multi-platform Video Games for the Cloud
Chris Schalk
 
Javaedge 2010-cschalk
Chris Schalk
 
Introducing App Engine for Business
Chris Schalk
 
Introduction to Google Cloud platform technologies
Chris Schalk
 
What's new in App Engine and intro to App Engine for Business
Chris Schalk
 
Intro to new Google cloud technologies: Google Storage, Prediction API, BigQuery
Chris Schalk
 
App Engine Presentation @ SFJUG Sep 2010
Chris Schalk
 
What is Google App Engine
Chris Schalk
 
App engine cloud_comp_expo_nyc
Chris Schalk
 

Recently uploaded (20)

PDF
Market Insight : ETH Dominance Returns
CIFDAQ
 
PDF
Alpha Altcoin Setup : TIA - 19th July 2025
CIFDAQ
 
PPTX
Earn Agentblazer Status with Slack Community Patna.pptx
SanjeetMishra29
 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
PPTX
AVL ( audio, visuals or led ), technology.
Rajeshwri Panchal
 
PDF
State-Dependent Conformal Perception Bounds for Neuro-Symbolic Verification
Ivan Ruchkin
 
PDF
TrustArc Webinar - Navigating Data Privacy in LATAM: Laws, Trends, and Compli...
TrustArc
 
PPTX
Machine Learning Benefits Across Industries
SynapseIndia
 
PPTX
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
PDF
Build with AI and GDG Cloud Bydgoszcz- ADK .pdf
jaroslawgajewski1
 
PDF
Peak of Data & AI Encore - Real-Time Insights & Scalable Editing with ArcGIS
Safe Software
 
PDF
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
PDF
Lecture A - AI Workflows for Banking.pdf
Dr. LAM Yat-fai (林日辉)
 
PDF
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PDF
SalesForce Managed Services Benefits (1).pdf
TechForce Services
 
PPTX
The Yotta x CloudStack Advantage: Scalable, India-First Cloud
ShapeBlue
 
PDF
Make GenAI investments go further with the Dell AI Factory
Principled Technologies
 
PPTX
Agile Chennai 18-19 July 2025 Ideathon | AI Powered Microfinance Literacy Gui...
AgileNetwork
 
PDF
How Current Advanced Cyber Threats Transform Business Operation
Eryk Budi Pratama
 
Market Insight : ETH Dominance Returns
CIFDAQ
 
Alpha Altcoin Setup : TIA - 19th July 2025
CIFDAQ
 
Earn Agentblazer Status with Slack Community Patna.pptx
SanjeetMishra29
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
AVL ( audio, visuals or led ), technology.
Rajeshwri Panchal
 
State-Dependent Conformal Perception Bounds for Neuro-Symbolic Verification
Ivan Ruchkin
 
TrustArc Webinar - Navigating Data Privacy in LATAM: Laws, Trends, and Compli...
TrustArc
 
Machine Learning Benefits Across Industries
SynapseIndia
 
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
Build with AI and GDG Cloud Bydgoszcz- ADK .pdf
jaroslawgajewski1
 
Peak of Data & AI Encore - Real-Time Insights & Scalable Editing with ArcGIS
Safe Software
 
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
Lecture A - AI Workflows for Banking.pdf
Dr. LAM Yat-fai (林日辉)
 
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
SalesForce Managed Services Benefits (1).pdf
TechForce Services
 
The Yotta x CloudStack Advantage: Scalable, India-First Cloud
ShapeBlue
 
Make GenAI investments go further with the Dell AI Factory
Principled Technologies
 
Agile Chennai 18-19 July 2025 Ideathon | AI Powered Microfinance Literacy Gui...
AgileNetwork
 
How Current Advanced Cyber Threats Transform Business Operation
Eryk Budi Pratama
 

Google Cloud Technologies Overview