TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

What are Google's long-term plans for Google App Engine?

47 点作者 rnc000超过 12 年前
GAE as a platform is really great (good scalability, no maintenance overhead, low latency in most cases) but the extremely slow pace (compared to Amazon Web Services) for introducing new APIs and maturing the existing (ex.: increasing quotas and charging for the Search API, Prospective Search) makes me wonder: is Google really investing enough engineers to mature its platform? Will it pull the plug and stop offering it? Is the Premier support option really helpful? What are it's long-term plans? Where's the roadmap? These are very important questions considering it's PaaS and you'll be deeply committed to it "by design" once you Go Google.

7 条评论

RyanZAG超过 12 年前
I think no discussion of GAE's future should ever miss these very important options:<p><a href="http://appscale.cs.ucsb.edu/index.html" rel="nofollow">http://appscale.cs.ucsb.edu/index.html</a><p><a href="http://www.jboss.org/capedwarf" rel="nofollow">http://www.jboss.org/capedwarf</a><p>So even if Google shuts down GAE, you could transition without too much trouble.<p>Regarding the question itself: GAE is just a friendly face on top of Google's internal systems, and Google is deploying all of their new stuff onto it directly for ease of maintenance. GAE is also well charged so that Google is making a profit off it, so they have no reason to shut it down.<p>The big issue is if you are a small developer who cannot shell out huge amounts for usage charges. Google is targeting GAE more towards Corporate and the kind of budget a large business has, rather than towards a guy in his basement doing hobby work. The charges are still pretty low though, but it's not unlikely that they may raise in future.<p>Conclusion:<p>Deep pockets? Go for it, you can't really find a better scaling option for the cost.<p>Want free hosting? Not a good choice, look elsewhere.<p>Indy dev who wants to pay very little and is willing to optimize caching to lower costs? Solid choice, you can get the charges very low for even high demand sites. Keep a sharp watch on billing trends, and test out your site on AppScale / CapeDwarf to make sure you can transition off quickly if billing gets out of hand.
评论 #4957502 未加载
评论 #4957578 未加载
TeeWEE超过 12 年前
Lots of internal apps at google are written on top of appengine. For example the android developers portal is written on top of it. So i woudnt worry too much.
评论 #4957392 未加载
kawera超过 12 年前
I use GAE on a few b2b, process oriented webapps of my own and also do GAE consulting for large customers.<p>I've met a few times with their evangelists/sales/support people in my country. They have always been very enthusiastic and are pushing very hard for adoption by large corps and universities. I don't have the impression they will pull the plug but... you never know.<p>As for the Premier support option, the few times I needed it they were very responsive and helpful; I do recommend it if possible.<p>To a solo entrepreneur like me, GAE is a great option and I can't imagine myself managing servers and a full stack, even if it is just building/deploying an AMI. GAE is just too easy.
bitcartel超过 12 年前
This question applies to <i>all</i> proprietary platforms. By tightly integrating your application or service, you're pretty much at the mercy of the PAAS provider.<p>To avoid vendor lock-in, check out the OpenShift platform [1] from Red Hat. It's open source [2] so you can set it up on your own servers if you felt Red Hat weren't providing the service you required.<p>[1] <a href="https://openshift.redhat.com/community/paas" rel="nofollow">https://openshift.redhat.com/community/paas</a><p>[2] <a href="https://openshift.redhat.com/community/open-source/download-origin" rel="nofollow">https://openshift.redhat.com/community/open-source/download-...</a>
genwin超过 12 年前
Lack of info from Google is a big problem for me. Who knows what the memcache quota is, for example? [1] They drastically raised prices with little warning. GAE doesn't seem professional enough to depend one's business on it, unless it's a relatively tiny app.<p>[1] <a href="http://stackoverflow.com/questions/8276292/google-app-engine-memcache-api-quotas" rel="nofollow">http://stackoverflow.com/questions/8276292/google-app-engine...</a>
评论 #4957668 未加载
woodyinsb超过 12 年前
Great conversation. Our best info is that Google is committed to GAE and so are we. AppScale can be the "on-ramp" to GAE and also your insurance policy if "lock-in" is a concern. Run AppScale on top of EC2 or Eucalyptus (or others) for portability across clouds.
rnc000超过 12 年前
If I sign up for the Premier support, would they answer these questions?