Is Google using GAE?

227 views
Skip to first unread message

Torsten Därr

unread,
Dec 16, 2017, 4:57:06 AM12/16/17
to Google App Engine
Hi, is Google actually using its own product, GAE on its own sites? For example, what are google.org and edu.google.com built in? As far as I can see, for whatever reason not in GAE. Many thanks, Torsten

Steren Giannini

unread,
Dec 17, 2017, 10:09:30 PM12/17/17
to google-a...@googlegroups.com
Hi Torsten,

Yes, Google uses App Engine for some projects. In particular, we have many business critical internal applications running on App Engine.

Steren
Product Manager
Google App Engine

On Sat, Dec 16, 2017 at 1:57 AM Torsten Därr <sup...@english.best> wrote:
Hi, is Google actually using its own product, GAE on its own sites? For example, what are google.org and edu.google.com built in? As far as I can see, for whatever reason not in GAE. Many thanks, Torsten

--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/d89abd54-5f68-46eb-a5d0-5b07573ead9d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Jeremy Lorino

unread,
Dec 19, 2017, 8:32:45 PM12/19/17
to Google App Engine
Isn't there some sort of giphy app used internally running on GAE? ;)

Autotransfer.jetzt

unread,
Dec 20, 2017, 2:04:02 PM12/20/17
to Google App Engine
Hi Steren, first of all, let me say that I find it absolutely amazing that I'm now able to communicate with Google staff directly. I greatly appreciate the opportunity. So, if I understand it correctly, at this point GAE is a product for internal corporate infrastructure rather than websites? Thanks a lot, Torsten

Kenworth (Google Cloud Platform)

unread,
Dec 20, 2017, 5:39:40 PM12/20/17
to Google App Engine
In addition to internal usage, GAE is used to build public web and mobile applications using Google's infrastructure. See the list of a few customers here.


Steren Giannini

unread,
Dec 21, 2017, 1:40:24 PM12/21/17
to google-a...@googlegroups.com
Hi, let me rephrase: Google uses App Engine for some external projects and for some internal projects.

There are many use cases for using App Engine, and it is definitely not restricted to internal corporate websites. I invite you to read https://cloud.google.com/appengine/ to learn about the value of App Engine.
Use cases include (but are not restricted to) web applications, API backends for a mobile app or game, micro-services architectures...

Here is a recent example: https://open.nytimes.com/moving-the-new-york-times-games-platform-to-google-app-engine-e9337f2c9444 The New York Times uses App Engine for its crossword app. This allows them, among other things, to handle without no issue the daily traffic spikes.

The best way to understand it is to give it a try yourself in your favorite language: https://cloud.google.com/appengine/docs/ 

Steren
Product Manager
Google Cloud Platform

On Wed, Dec 20, 2017 at 11:04 AM Autotransfer.jetzt <t...@autotransfer.jetzt> wrote:
Hi Steren, first of all, let me say that I find it absolutely amazing that I'm now able to communicate with Google staff directly. I greatly appreciate the opportunity. So, if I understand it correctly, at this point GAE is a product for internal corporate infrastructure rather than websites? Thanks a lot, Torsten

--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.

Autotransfer.jetzt

unread,
Dec 22, 2017, 9:12:10 AM12/22/17
to google-a...@googlegroups.com
Still, why a site like google.org is not built in GAE is beyond me but this might be because I'm not a developer. 

On Thu, Dec 21, 2017 at 7:39 PM, 'Steren Giannini' via Google App Engine <google-a...@googlegroups.com> wrote:
Hi, let me rephrase: Google uses App Engine for some external projects and for some internal projects.

There are many use cases for using App Engine, and it is definitely not restricted to internal corporate websites. I invite you to read https://cloud.google.com/appengine/ to learn about the value of App Engine.
Use cases include (but are not restricted to) web applications, API backends for a mobile app or game, micro-services architectures...

Here is a recent example: https://open.nytimes.com/moving-the-new-york-times-games-platform-to-google-app-engine-e9337f2c9444 The New York Times uses App Engine for its crossword app. This allows them, among other things, to handle without no issue the daily traffic spikes.

The best way to understand it is to give it a try yourself in your favorite language: https://cloud.google.com/appengine/docs/ 

Steren
Product Manager
Google Cloud Platform
On Wed, Dec 20, 2017 at 11:04 AM Autotransfer.jetzt <t...@autotransfer.jetzt> wrote:
Hi Steren, first of all, let me say that I find it absolutely amazing that I'm now able to communicate with Google staff directly. I greatly appreciate the opportunity. So, if I understand it correctly, at this point GAE is a product for internal corporate infrastructure rather than websites? Thanks a lot, Torsten

--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscribe@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Google App Engine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-appengine/Yc6786uLgYk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengine+unsubscribe@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.

Steren Giannini

unread,
Dec 22, 2017, 11:19:47 AM12/22/17
to google-a...@googlegroups.com
I do not know the specifics of google.org.

I want to say that a static website with no dynamic content can entirely be served by hosting static assets on a global CDN. I encourage you to take a look at solutions like Cloud StorageCloud CDN or Firebase Hosting.

Steren

On Fri, Dec 22, 2017 at 6:12 AM Autotransfer.jetzt <t...@autotransfer.jetzt> wrote:
Still, why a site like google.org is not built in GAE is beyond me but this might be because I'm not a developer. 

On Thu, Dec 21, 2017 at 7:39 PM, 'Steren Giannini' via Google App Engine <google-a...@googlegroups.com> wrote:
Hi, let me rephrase: Google uses App Engine for some external projects and for some internal projects.

There are many use cases for using App Engine, and it is definitely not restricted to internal corporate websites. I invite you to read https://cloud.google.com/appengine/ to learn about the value of App Engine.
Use cases include (but are not restricted to) web applications, API backends for a mobile app or game, micro-services architectures...

Here is a recent example: https://open.nytimes.com/moving-the-new-york-times-games-platform-to-google-app-engine-e9337f2c9444 The New York Times uses App Engine for its crossword app. This allows them, among other things, to handle without no issue the daily traffic spikes.

The best way to understand it is to give it a try yourself in your favorite language: https://cloud.google.com/appengine/docs/ 

Steren
Product Manager
Google Cloud Platform
On Wed, Dec 20, 2017 at 11:04 AM Autotransfer.jetzt <t...@autotransfer.jetzt> wrote:
Hi Steren, first of all, let me say that I find it absolutely amazing that I'm now able to communicate with Google staff directly. I greatly appreciate the opportunity. So, if I understand it correctly, at this point GAE is a product for internal corporate infrastructure rather than websites? Thanks a lot, Torsten

--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Google App Engine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-appengine/Yc6786uLgYk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengi...@googlegroups.com.

To post to this group, send email to google-a...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.

Autotransfer.jetzt

unread,
Dec 22, 2017, 2:18:15 PM12/22/17
to google-a...@googlegroups.com
OK, will do. Many thanks. 

On Fri, Dec 22, 2017 at 5:18 PM, 'Steren Giannini' via Google App Engine <google-a...@googlegroups.com> wrote:
I do not know the specifics of google.org.

I want to say that a static website with no dynamic content can entirely be served by hosting static assets on a global CDN. I encourage you to take a look at solutions like Cloud StorageCloud CDN or Firebase Hosting.

Steren

On Fri, Dec 22, 2017 at 6:12 AM Autotransfer.jetzt <t...@autotransfer.jetzt> wrote:
Still, why a site like google.org is not built in GAE is beyond me but this might be because I'm not a developer. 

On Thu, Dec 21, 2017 at 7:39 PM, 'Steren Giannini' via Google App Engine <google-appengine@googlegroups.com> wrote:
Hi, let me rephrase: Google uses App Engine for some external projects and for some internal projects.

There are many use cases for using App Engine, and it is definitely not restricted to internal corporate websites. I invite you to read https://cloud.google.com/appengine/ to learn about the value of App Engine.
Use cases include (but are not restricted to) web applications, API backends for a mobile app or game, micro-services architectures...

Here is a recent example: https://open.nytimes.com/moving-the-new-york-times-games-platform-to-google-app-engine-e9337f2c9444 The New York Times uses App Engine for its crossword app. This allows them, among other things, to handle without no issue the daily traffic spikes.

The best way to understand it is to give it a try yourself in your favorite language: https://cloud.google.com/appengine/docs/ 

Steren
Product Manager
Google Cloud Platform
On Wed, Dec 20, 2017 at 11:04 AM Autotransfer.jetzt <t...@autotransfer.jetzt> wrote:
Hi Steren, first of all, let me say that I find it absolutely amazing that I'm now able to communicate with Google staff directly. I greatly appreciate the opportunity. So, if I understand it correctly, at this point GAE is a product for internal corporate infrastructure rather than websites? Thanks a lot, Torsten

--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscribe@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Google App Engine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-appengine/Yc6786uLgYk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengine+unsubscribe@googlegroups.com.

To post to this group, send email to google-appengine@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscribe@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Google App Engine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-appengine/Yc6786uLgYk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengine+unsubscribe@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages