What alternatives are there to Google App Engine?
Posted
by
Chris Marasti-Georg
on Stack Overflow
See other posts from Stack Overflow
or by Chris Marasti-Georg
Published on 2008-09-30T16:00:54Z
Indexed on
2012/07/11
3:16 UTC
Read the original article
Hit count: 441
google-app-engine
|Cloud
What alternatives are there to GAE, given that I already have a good bit of code working that I would like to keep. In other words, I'm digging python. However, my use case is more of a low number of requests, higher CPU usage type use case, and I'm worried that I may not be able to stay with App Engine forever. I have heard a lot of people talking about Amazon Web Services and other sorts of cloud providers, but I am having a hard time seeing where most of these other offerings provide the range of services (data querying, user authentication, automatic scaling) that App Engine provides. What are my options here?
© Stack Overflow or respective owner