What alternatives are there to Google App Engine?

Chris Marasti-Georg picture Chris Marasti-Georg · Sep 30, 2008 · Viewed 24.3k times · Source

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?

Answer

wires picture wires · Jun 4, 2010

AppScale

AppScale is a platform that allows users to deploy and host their own Google App Engine applications. It executes automatically over Amazon EC2 and Eucalyptus as well as Xen and KVM. It has been developed and is maintained by AppScale Systems. It supports the Python, Go, PHP, and Java Google App Engine platforms.

http://github.com/AppScale/appscale

In the mean time...

...it is amost 2015 and it seems that containers are the way to go forward. Alternatives to GAE are emerging:

Google has released Kubernetes, container scheduling software developed by them to manage GCE containers, but can be used on other clusters as well.

There are some upcoming PaaS on Docker such as

Interesting stuff to keep an eye on.