Google App Engine

Google App Engine
Developer(s) Google
Initial release April 7, 2008 (2008-04-07)
Stable release
1.9.35 / 24 March 2015 (2015-03-24)
Development status Released
Written in Python, Java, Go, PHP
Operating system linux (glibc)
Platform little-endian 32bits
Type Web development
License Proprietary
Website cloud.google.com/appengine/

Google App Engine (often referred to as GAE or simply App Engine) is a platform as a service (PaaS) cloud computing platform for developing and hosting web applications in Google-managed data centers. Applications are sandboxed and run across multiple servers.[1] App Engine offers automatic scaling for web applications—as the number of requests increases for an application, App Engine automatically allocates more resources for the web application to handle the additional demand.[2]

Google App Engine is free up to a certain level of consumed resources. Fees are charged for additional storage, bandwidth, or instance hours required by the application.[3] It was first released as a preview version in April 2008 and came out of preview in September 2011.

Supported features/restrictions

Runtimes and framework

Currently, the supported programming languages are Python, Java (and, by extension, other JVM languages such as Groovy, JRuby, Scala, Clojure), Go, and PHP. Node.js is also available in the Managed VM environment. Google has said that it plans to support more languages in the future, and that the Google App Engine has been written to be language independent.[4]

Python web frameworks that run on Google App Engine include Django, CherryPy, Pyramid, Flask, web2py and webapp2,[5] as well as a custom Google-written webapp framework and several others designed specifically for the platform that emerged since the release.[6] Any Python framework that supports the WSGI using the CGI adapter can be used to create an application; the framework can be uploaded with the developed application. Third-party libraries written in pure Python may also be uploaded.[7][8]

Google App Engine supports many Java standards and frameworks. Core to this is the servlet 2.5 technology using the open-source Jetty Web Server,[9] along with accompanying technologies such as JSP. JavaServer Faces operates with some workarounds.

Though the datastore used may be unfamiliar to programmers, it is easily accessed and supported with JPA, JDO, and by the simple low-level API.[10] There are several alternative libraries and frameworks you can use to model and map the data to the datastore such as Objectify,[11] Slim3[12] and Jello framework. Jello framework is a full-stack Java framework optimized for Google App Engine that includes comprehensive Data Authorization model and a powerful RESTful engine.[13]

The Spring Framework works with GAE, however the Spring Security module (if used) requires workarounds. Apache Struts 1 is supported, and Struts 2 runs with workarounds.[14]

The Django web framework and applications running on it can be used on App Engine with modification. Django-nonrel[15] aims to allow Django to work with non-relational databases and the project includes support for App Engine.[16]

Reliability and Support

All billed High-Replication Datastore App Engine applications have a 99.95% uptime SLA.[17]

App Engine is designed in such a way that it can sustain multiple datacenter outages without any downtime. This resilience to downtime is shown by the statistic that the High Replication Datastore saw 0% downtime over a period of a year.[18]

Paid support from Google engineers is offered as part of Premier Accounts.[19] Free support is offered in the App Engine Groups, Stack Overflow, Server Fault, and GitHub, however assistance by a Google staff member is not guaranteed.[20]

Bulk downloading

SDK version 1.2.2 adds support for bulk downloads of data using Python.[21] The open source Python projects gaebar,[22] approcket,[23] and gawsh[24] also allow users to download and backup App Engine data. No method for bulk downloading data from GAE using Java currently exists.

Restrictions

Major differences

Differences with other application hosting

Compared to other scalable hosting services such as Amazon EC2, App Engine provides more infrastructure to make it easy to write scalable applications, but can only run a limited range of applications designed for that infrastructure.

App Engine's infrastructure removes many of the system administration and development challenges of building applications to scale to hundreds of requests per second and beyond.[28] Google handles deploying code to a cluster, monitoring, failover, and launching application instances as necessary.

While other services let users install and configure nearly any *NIX compatible software, App Engine requires developers to use only its supported languages, APIs, and frameworks. Current APIs allow storing and retrieving data from a BigTable non-relational database; making HTTP requests; sending e-mail; manipulating images; and caching. Existing web applications that require a relational database will not run on App Engine datastore without modification. Google Cloud SQL can be used for App Engine applications requiring a relational MySQL compatible database backend.[29]

Per-day and per-minute quotas restrict bandwidth and CPU use, number of requests served, number of concurrent requests, and calls to the various APIs, and individual requests are terminated if they take more than 60 seconds or return more than 32MB of data.

Differences between SQL and GQL

Google App Engine's datastore has a SQL-like syntax called "GQL". GQL intentionally does not support the Join statement, because it seems to be inefficient when queries span more than one machine.[30] Instead, one-to-many and many-to-many relationships can be accomplished using ReferenceProperty().[31] This shared-nothing approach allows disks to fail without the system failing.[32] Switching from a relational database to the Datastore requires a paradigm shift for developers when modeling their data.

Unlike a relational database the Datastore API is not relational in the SQL sense.

The Java version supports asynchronous non-blocking queries using the Twig Object Datastore[33] interface. This offers an alternative to using threads for parallel data processing.

Portability concerns

Developers worry that the applications will not be portable from App Engine and fear being locked into the technology.[34] In response, there are a number of projects to create open-source back-ends for the various proprietary/closed APIs of app engine, especially the datastore. AppScale, CapeDwarf and TyphoonAE[35] are a few of the open source efforts.

AppScale automatically deploys and scales unmodified Google App Engine applications over popular public and private cloud systems and on-premises clusters.[36] AppScale can run Python, Java, PHP, and Go applications on EC2, Google Compute Engine, Softlayer, Azure and other cloud vendors.

TyphoonAE[35] can run Python App Engine applications on any cloud that support linux machines.

Web2py web framework offers migration between SQL Databases and Google App Engine, however it doesn't support several App Engine-specific features such as transactions and namespaces.[37]

Backends

In Google I/O 2011, Google announced App Engine Backends, which are allowed to run continuously, and consume more memory.[38][39] The Backend API was deprecated as of March 13, 2014 in favor of the Modules API.[40]

Google Cloud SQL

In Oct 2011, Google previewed a zero maintenance SQL database, which supports JDBC and DB-API.[41] This service allows to create, configure, and use relational databases with App Engine applications. Google Cloud SQL offers MySQL 5.5 and 5.6.[42]

Usage quotas

Google App Engine requires a Google account to get started, and an account may allow the developer to register up to 25 free applications and an unlimited number of paid applications.[43]

Google App Engine defines usage quotas for free applications. Extensions to these quotas can be requested, and application authors can pay for additional resources.[44] Below are limit and quotas defined per application:

Hard limits

Quota Limit
Time per request 60 sec per normal request, 10 minutes for tasks, unlimited for backends
HTTP response size 32 MB
Datastore item size 1 MB

Free quotas

Application creators who enable billing pay only for instance hours, bandwidth, storage, and API usage in excess of the free quotas. Free quotas were reduced on May 25, 2009,[45] reduced again on June 22, 2009.[45] but then revised in May 2011 to allow for more infrastructure and pricing changes.[46][47]

Quota Limit (per day)
Backend Instance Hours 9 hours
Frontend Instance Hours 28 hours
Emails 100 (5000 admin emails)
Bandwidth in 1 GB
Bandwidth out 1 GB
Datastore Storage Data 1 GB
Datastore read, write, and store Operations 50,000 each
Code and Static File Storage 1 GB
Logs Stored Data 1 GB
Search API Stored Data 250 MB
Search API Search Minutes 100 minutes
Blob Storage Data 5 GB
XMPP API Stanzas Sent 10,000 stanzas
Channel API 100 channels created
Sockets Created 864,000
Sockets Data Sent and Received 20 GB each
URLFetch API calls per day 657,084

See also

References

  1. "Python Runtime Environment - Google App Engine - Google Code". Code.google.com. 1999-02-22. Retrieved 2012-02-14.
  2. Sanderson, Dan (2009). Programming Google App Engine: Build and Run Scalable Web Apps on Google's Infrastructure. O'Reilly Media. ISBN 978-0-596-52272-8.
  3. "Quotas - Google App Engine - Google Code". Code.google.com. 1999-02-22. Retrieved 2012-02-14.
  4. Sanderson, Dan (2010). Programming Google App Engine: Build and Run Scalable Web Apps on Google's Infrastructure. O'Reilly Media. ISBN 978-0-596-52272-8.
  5. "Welcome to webapp2! — webapp2 v2.5.1 documentation". Webapp-improved.appspot.com. Retrieved 2012-02-14.
  6. "AppEngineFrameworks - tipfy - The almighty little framework for Google App Engine - Google Project Hosting". Code.google.com. Retrieved 2012-02-14.
  7. "What Is Google App Engine? - Google App Engine - Google Code". Code.google.com. 1999-02-22. Retrieved 2012-02-14.
  8. "webapp Overview - Google App Engine - Google Code". Code.google.com. 1999-02-22. Retrieved 2012-02-14.
  9. "Google Chose Jetty for App Engine". Infoq.com. 2012-07-13. Retrieved 2012-07-17.
  10. "Google App Engine Datastore low-level API".
  11. "Objectify library".
  12. "Slim3 framework".
  13. "Jello Framework".
  14. "WillItPlayInJava - googleappengine - Lists the level of compatibility of various Java technologies and App Engine - Google App Engine - Google Project Hosting". Code.google.com. Retrieved 2012-02-14.
  15. "Django-nonrel - NoSQL support for Django". All Buttons Pressed. 2010-02-04. Retrieved 2012-07-17.
  16. "djangoappengine - Django App Engine backends (DB, email, etc.)". All Buttons Pressed. Retrieved 2012-07-17.
  17. "App Engine Service Level Agreement - Google App Engine - Google Code". Code.google.com. 1999-02-22. Retrieved 2012-02-14.
  18. "Google App Engine Blog: Happy Birthday High Replication Datastore: 1 year, 100,000 apps, 0% downtime". Googleappengine.blogspot.com. 2012-01-05. Retrieved 2012-02-14.
  19. "Premier Accounts - Google App Engine - Google Code". Code.google.com. 1999-02-22. Retrieved 2012-02-14.
  20. "Google Cloud Platform - Support".
  21. "Uploading and Downloading Data - Google App Engine - Google Code". Code.google.com. 1999-02-22. Retrieved 2012-02-14.
  22. aral. "aral/gaebar". GitHub. Retrieved 2012-02-14.
  23. "approcket - Live synchronization between AppEngine and MySQL - Google Project Hosting". Code.google.com. Retrieved 2012-02-14.
  24. "gawsh - Google Apps Web Service Helpers - Google Project Hosting". Code.google.com. Retrieved 2012-02-14.
  25. "gae-filestore - Simple Virtual File System on Google App Engine DataStore - Google Project Hosting". Code.google.com. Retrieved 2012-02-14.
  26. "The JRE Class White List - Google App Engine - Google Developers". https://cloud.google.com. 1999-02-22. Retrieved 2013-06-14. External link in |publisher= (help)
  27. "Google App Engine Datastore Gotchas « aleatory". Aleatory.clientsideweb.net. 2009-11-28. Retrieved 2012-02-14.
  28. "Python Runtime Environment - Google App Engine". 2009-11-10. Retrieved 2009-11-10.
  29. https://cloud.google.com/appengine/docs/java/cloud-sql/
  30. Introducing Google App Engine part 3
  31. "Modeling Entity Relationships - Google App Engine — Google Developers". Code.google.com. 2012-06-26. Retrieved 2012-07-17.
  32. Saturday (2008-11-22). "Google Architecture". High Scalability. Retrieved 2012-07-17.
  33. "twig-persist - Object Datastore for Google App Engine - Google Project Hosting". Code.google.com. Retrieved 2012-07-17.
  34. Gallagher, Sean (2008-04-09). "Analysis: Google App Engine alluring, will be hard to escape". Ars Technica. Retrieved 2012-07-17.
  35. 1 2 "typhoonae - Typhoon App Engine - Google Project Hosting". Code.google.com. Retrieved 2012-07-17.
  36. AppScale Launches As An Open-Source Backup Equivalent To Google App Engine. TechCrunch (2013-06-24). Retrieved on 2013-09-18.
  37. Archived February 20, 2010, at the Wayback Machine.
  38. Google I/O 2011: App Engine Backends on YouTube
  39. Backends Python API Overview
  40. Google Cloud SQL: your database in the cloud
  41. "Google App Engine General Questions". Google Developers. Retrieved 2015-06-18.
  42. "Understanding Application Quotas with Google App Engine". Retrieved 2010-04-16.
  43. 1 2 "Quotas - Google App Engine — Google Developers". Code.google.com. 2012-06-30. Retrieved 2012-07-17.
  44. "Google App Engine Blog: The Year Ahead for Google App Engine!". Google App Engine blog. Retrieved 11 May 2011.
  45. "Google App Engine - Pricing and Features". Google. Retrieved 16 Nov 2012.

Bibliography

This article is issued from Wikipedia - version of the 12/1/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.