Live data from Hacker News

Ask HN: Who is using Google App Engine?

news.ycombinator.com

1–10 of 21 posts

Re: Ask HN: Who is using Google App Engine?

#5

We built an entire semantic content discovery engine on top of it. However, had to shut it down when their price went up by 10X.

With their new Python 2.7 multithreading support the price of GAE seem to have gone down, I read about some gaming company that got their cost down to ~40% of what it was before. So with that and coding around GAE's limitations I think it's possible to use.

We're certainly looking into using it instead of AWS for our next projects (games). Rovio also uses it for their Facebook games.

Re: Ask HN: Who is using Google App Engine?

#6
post #5

We built an entire semantic content discovery engine on top of it. However, had to shut it down when their price went up by 10X.

With their new Python 2.7 multithreading support the price of GAE seem to have gone down, I read about some gaming company that got their cost down to ~40% of what it was before. So with that and coding around GAE's limitations I think it's possible to use. We're certainly looking into using it instead of AWS for our next projects (games). Rovio also uses it for their Facebook games.

What do you like about GAE, that would make you choose it over aws or heroku?

Re: Ask HN: Who is using Google App Engine?

#7
Hello. We are the publishers of Exo IDE, at http://cloud-ide.com/ We are a cloud IDE, with a focus on enabling creation of apps that will ultimately be deployed to the cloud.

On any given week, we have up to 2000 projects that can be created. Those projects can either be bound to a production PAAS or, in some cases, "no PAAS" can be selected. For the large majority of projects, a production PAAS is selected at the time of creation.

Of the projects that select a PAAS, we see about 60% of those projects select GAE. This is a number that surprises us, as while we know that GAE is a leader in the PAAS space, not sure that it's a 60% share holder as a relative fraction on the number of PAAS projects created each week. While we haven't published any case studies, we do have a number of projects that have been published to GAE in a production sense. We've collected this data through interviews and surveys.

Some things that may explain the results: 1) We do not have complete PAAS coverage. We do not have Rackspace or dotCloud, for example, and we just added AWS Beanstalk in the past two months. So maybe there is a normalization of the data that needs to occur.

2) We provide GOOG oAuth as a logon mechanism. That binding, could imply an overall tighter integration with GAE, and for developers who are PAAS agnostic, may encourage them to select GAE over other selections.

3) We provide a Chrome Store plug-in, to make configuration even easier. We do get some people who indicate they wish to do everything within the Google realm.

4) We have spent time doing co-marketing with Google, so we may have gotten an unusual influx of people who were already looking at GAE. But our referrer metrics indicate that the large number of referrers we get are people from Facebook, Twitter, GigaOM, TechCrunch, and direct.

We will watch this thread for the full conversation as we are interested in hearing about other projects.

Post reply on HN