SlideShare a Scribd company logo
Hands on App Engine
GCPUG.TW / Simon Su
What is
App Engine?
An integrated software
architecture and full managed by
google~
Cloud
Datastore
Cloud
SQL
Cloud
Storage
Runtime
Cloud Endpoints Task Queues
GAE Scaling
App Engine Architecture
Closest Google
Data Center
Edge Cache
Google
Frontend
App Engine Data Center
App Master
(App Engine Management Layer)
Static
Servers
App
Engine
Frontend
App Servers
Application
Instances
Application
Instances
Application
Instances
Google’s
Fiber
ISP
Memcache
GAE
User
Datastore
Task
Queues
GAE
Scheduled Tasks
GAE
Search API
GAE
Logs API
GAE
Cloud Console
Manage your AppEngine
Resources
Install SDK
Python Launcher
https://cloud.google.com/appengine/downloads
Hello World!
Create your first project
Run use CLI locally
Using “gcloud preview app”
# cd $your-project
# gcloud preview app run ./app.yaml
Datastore
Unlimited store with transaction
support and high replicate
class Employee(db.Model):
name = db.StringProperty(required=True)
hire_date = db.DateProperty()
e = Employee(name="Antonio Salieri")
e.hire_date = datetime.datetime.now().date()
e_key = e.put()
scalable and
reliable storage
query
transactions
Bigtable
Megastore
Datastore
Memcache from google.appengine.api import memcache
...
value = memcache.get(key)
if value is None:
value = get_value_from_db(key)
if not memcache.add(key, value):
logging.error('Memcache add failed.')
...
Improve Application Performance
Reduce Application Cost
Task Queue
Task Queue
Web Requests Worker
/process_form?status=processed&form_data=...
Ancillary Services
External
APIs
Task Queue
queue:
- name: push-queue-1
rate: 1/s
- name: pull-queue-1
mode: pull
queue = taskqueue.Queue("Qname")
task = taskqueue.Task(...)
queue.add(task)
Managed VM
Using Standard VM
Deploy to
Production $ gcloud preview app deploy 
./app.yaml 
--set-default 
--version demo
Managed VM
Custom Runtime

More Related Content

PDF
Hands on Compute Engine
PPTX
Using Google App Engine Python
PDF
Google App Engine Introduction
PPT
Using Google Compute Engine
PPTX
10 difference between aws and google cloud by Zareef Ahmed
PDF
Google Cloud Platform Special Training
PDF
Google compute engine - overview
PDF
A Tour of Google Cloud Platform
Hands on Compute Engine
Using Google App Engine Python
Google App Engine Introduction
Using Google Compute Engine
10 difference between aws and google cloud by Zareef Ahmed
Google Cloud Platform Special Training
Google compute engine - overview
A Tour of Google Cloud Platform

What's hot (20)

PDF
Google Cloud Dataflow meets TensorFlow
PDF
Google Cloud Platform 2014Q1 - Starter Guide
PDF
Google Cloud Computing compares GCE, GAE and GKE
PPTX
Creating autocomplete with elastic search on google cloud
PPTX
Google Compute Engine
PPTX
Google Cloud Platform, Compute Engine, and App Engine
PPTX
PDF
Introduction to Google App Engine
PPTX
Intro to the Google Cloud for Developers
PDF
How to make GAE adapt the Great Firewall
PPTX
Powering your Apps via Google Cloud Platform
PDF
A fresh look at Google’s Cloud by Mandy Waite
PDF
Google Cloud Platform Introduction - 2016Q3
PDF
JCConf 2016 - Google Dataflow 小試
PDF
Java Support On Google App Engine
PDF
Google App Engine (GAE) 演進史
PDF
Introduction to Google Compute Engine
PDF
Google Cloud Platform as a Backend Solution for your Product
PDF
I've (probably) been using Google App Engine for a week longer than you have
PPTX
Understanding cloud with Google Cloud Platform
Google Cloud Dataflow meets TensorFlow
Google Cloud Platform 2014Q1 - Starter Guide
Google Cloud Computing compares GCE, GAE and GKE
Creating autocomplete with elastic search on google cloud
Google Compute Engine
Google Cloud Platform, Compute Engine, and App Engine
Introduction to Google App Engine
Intro to the Google Cloud for Developers
How to make GAE adapt the Great Firewall
Powering your Apps via Google Cloud Platform
A fresh look at Google’s Cloud by Mandy Waite
Google Cloud Platform Introduction - 2016Q3
JCConf 2016 - Google Dataflow 小試
Java Support On Google App Engine
Google App Engine (GAE) 演進史
Introduction to Google Compute Engine
Google Cloud Platform as a Backend Solution for your Product
I've (probably) been using Google App Engine for a week longer than you have
Understanding cloud with Google Cloud Platform
Ad

Similar to Hands on App Engine (20)

PPTX
Google app engine
PPT
PyCon India 2010 Building Scalable apps using appengine
PDF
Google App Engine Overview and Update
PDF
App engine devfest_mexico_10
PDF
Managing Large Flask Applications On Google App Engine (GAE)
PPTX
Google app engine
PPTX
Google App Engine for Cloud Computing Tech
PDF
Introduction to App Engine Development
PDF
Memcache basics on google app engine
PDF
Practical Google App Engine Applications In Py
PDF
Google App Engine Developer - Day3
PPTX
Google AppEngine Workshop
PPTX
Googleappengineintro 110410190620-phpapp01
PDF
Google app-engine-with-python
PPT
Introduction to Google App Engine
PPTX
Introduction to Google App Engine with Python
PDF
Google app engine (gae) 演進史
PDF
App Engine overview (Android meetup 06-10)
PPT
Session 5 google_app_engine
PDF
App Engine On Air: Munich
Google app engine
PyCon India 2010 Building Scalable apps using appengine
Google App Engine Overview and Update
App engine devfest_mexico_10
Managing Large Flask Applications On Google App Engine (GAE)
Google app engine
Google App Engine for Cloud Computing Tech
Introduction to App Engine Development
Memcache basics on google app engine
Practical Google App Engine Applications In Py
Google App Engine Developer - Day3
Google AppEngine Workshop
Googleappengineintro 110410190620-phpapp01
Google app-engine-with-python
Introduction to Google App Engine
Introduction to Google App Engine with Python
Google app engine (gae) 演進史
App Engine overview (Android meetup 06-10)
Session 5 google_app_engine
App Engine On Air: Munich
Ad

More from Simon Su (20)

PDF
Kubernetes Basic Operation
PDF
Google IoT Core 初體驗
PDF
JSDC 2017 - 使用google cloud 從雲到端,動手刻個IoT
PDF
GCPUG.TW meetup #28 - GKE上運作您的k8s服務
PDF
GCE Windows Serial Console Usage Guide
PDF
GCPNext17' Extend 開始GCP了嗎?
PDF
Try Cloud Spanner
PDF
Google Cloud Monitoring
PDF
JCConf 2016 - Dataflow Workshop Labs
PDF
JCConf2016 - Dataflow Workshop Setup
PDF
GCPUG meetup 201610 - Dataflow Introduction
PDF
Brocade - Stingray Application Firewall
PDF
使用 Raspberry pi + fluentd + gcp cloud logging, big query 做iot 資料搜集與分析
PDF
Docker in Action
PDF
Google I/O 2016 Recap - Google Cloud Platform News Update
PDF
IThome DevOps Summit - IoT、docker與DevOps
PDF
Google I/O Extended 2016 - 台北場活動回顧
PPTX
GCS - Access Control Lists (中文)
PDF
Google Cloud Platform - for Mobile Solutions
PDF
JCConf 2015 - 輕鬆學google的雲端開發 - Google App Engine入門(下)
Kubernetes Basic Operation
Google IoT Core 初體驗
JSDC 2017 - 使用google cloud 從雲到端,動手刻個IoT
GCPUG.TW meetup #28 - GKE上運作您的k8s服務
GCE Windows Serial Console Usage Guide
GCPNext17' Extend 開始GCP了嗎?
Try Cloud Spanner
Google Cloud Monitoring
JCConf 2016 - Dataflow Workshop Labs
JCConf2016 - Dataflow Workshop Setup
GCPUG meetup 201610 - Dataflow Introduction
Brocade - Stingray Application Firewall
使用 Raspberry pi + fluentd + gcp cloud logging, big query 做iot 資料搜集與分析
Docker in Action
Google I/O 2016 Recap - Google Cloud Platform News Update
IThome DevOps Summit - IoT、docker與DevOps
Google I/O Extended 2016 - 台北場活動回顧
GCS - Access Control Lists (中文)
Google Cloud Platform - for Mobile Solutions
JCConf 2015 - 輕鬆學google的雲端開發 - Google App Engine入門(下)

Recently uploaded (20)

PDF
Electronic commerce courselecture one. Pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Encapsulation theory and applications.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPT
Teaching material agriculture food technology
PDF
KodekX | Application Modernization Development
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
Big Data Technologies - Introduction.pptx
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Empathic Computing: Creating Shared Understanding
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Approach and Philosophy of On baking technology
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Electronic commerce courselecture one. Pdf
Unlocking AI with Model Context Protocol (MCP)
Encapsulation theory and applications.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Diabetes mellitus diagnosis method based random forest with bat algorithm
Dropbox Q2 2025 Financial Results & Investor Presentation
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Per capita expenditure prediction using model stacking based on satellite ima...
Teaching material agriculture food technology
KodekX | Application Modernization Development
Network Security Unit 5.pdf for BCA BBA.
The Rise and Fall of 3GPP – Time for a Sabbatical?
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Big Data Technologies - Introduction.pptx
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Empathic Computing: Creating Shared Understanding
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Approach and Philosophy of On baking technology
CIFDAQ's Market Insight: SEC Turns Pro Crypto

Hands on App Engine