Top Banner
Google App Engine Overview Chris Schalk Developer Advocate http://twitter.com/cschalk
38

Google App Engine Overview - · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

Mar 17, 2018

Download

Documents

lyanh
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

Google App Engine Overview

Chris Schalk Developer Advocate

http://twitter.com/cschalk

Page 2: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

2

What is cloud

computing?

Page 3: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

3

IaaS

APaaS

SaaS

Source: Gartner AADI Summit Dec 2009

Cloud Computing Defined

Page 4: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

4

IaaS value proposition…

Page 5: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

5

APaaS value proposition…

Page 6: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

Google App Engine 

• Easy to build 

• Easy to maintain 

• Easy to scale 

6

Page 7: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

By the numbers 

7

250M+ daily

Pageviews 250,000+

Developers 100,000+

Apps 7

Page 8: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

8

In a word… via Wordle

Word source: http://en.wikipedia.org/wiki/App_Engine

Page 9: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

9

Some App Engine Partners

Page 10: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

10

Socialwok

Page 11: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

11

App Engine @

Page 12: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

12

Social networking at scale

>62M Users

Page 13: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

13

gigy Socialize

Page 14: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

14

gigy Socialize

"Although we typically host all our services in-house, on our own infrastructure, we felt that GAE would be a better fit

for the live chat feature because of its unique traffic pattern, which is characterized by very low traffic most of the time with very high

bursts during high profile events."

Raviv Pavel, Gigya VP of Research and Development

http://googleappengine.blogspot.com/2010/02/scalability-means-flexibility.html#links

Flexible Scalability

Page 15: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

15

Why App Engine?

Page 16: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

16

Managing Everything is Hard

Page 17: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:
Page 18: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

DIY Hos<ng means hidden costs 

• Idle capacity • So>ware patches & upgrades • License fees • Lots of maintenance 

• Traffic & u<liza<on forecas<ng 

• Upgrades 

18

Page 19: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

Cloud development in a box SDK & “The Cloud” Hardware Networking Operating system Application runtime

Java, Python Static file serving Services Fault tolerance Load balancing

19

Page 20: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

App Engine Details

20

Page 21: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

21

Specialized Services

Blobstore Images

Mail XMPP Task Queue

Memcache Datastore URL Fetch

User Service

Page 22: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

22

Language runtimes

Duke, the Java mascot Copyright © Sun Microsystems Inc., all rights reserved.

Page 23: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

23

Ensuring Portability

Page 24: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

24

Extended Language support through JVM

•  Java •  Scala •  JRuby (Ruby) •  Groovy •  Quercus (PHP) •  Rhino (JavaScript) •  Jython (Python)

Duke, the Java mascot Copyright © Sun Microsystems Inc., all rights reserved.

Page 25: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

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 

25

Page 26: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

26

Application Platform Management

Page 27: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

27

App Engine Dashboard

Page 28: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

28

App Engine Health History

Page 29: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

29

Development Tools for App Engine

Page 30: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

30

Google App Engine Launcher 

Page 31: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

31

SDK Console

Page 32: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

32

Google Plugin for Eclipse

Page 33: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

33

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

20+ months in review

Page 34: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

34

Happy Birthday App Engine!

•  Two years old as of Wed April 7th! •  Vibrant community of over 250k developers •  Over 250 million pageviews •  http://googleappengine.blogspot.com/2010/04/happy-birthday.html

Page 35: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

35

•  Dashboard •  AppLauncher, Eclipse Plugin •  “Cloud Futures 2010 Wall” Demo App •  Codelab details

•  bit.ly/gcodelabs •  See: “App Engine”

Demos!

Page 36: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

36

Cloud Futures 2010 Wall demo App

http://cloudfutureswall.appspot.com

Page 37: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

37

•  http://code.google.com/appengine

More Info on App Engine:

•  http://googleappengine.blogspot.com/ •  http://gae-java-persistence.blogspot.com/

Page 38: Google App Engine Overview -   · PDF fileGoogle App Engine Overview Chris Schalk Developer Advocate   . 2 What is cloud computing? 3 IaaS APaaS SaaS Source:

38

Twitter •  twitter.com/cschalk

Questions/Contact info