Google App Engine

Google launches the preview release of their cloud computing environment to compete against Amazon EC2/S3 called the Google App Engine. It was limited to the first 10,000 developers that signed up and of course I didn’t make it.

Google App Engine gives you access to the same building blocks that Google uses for its own applications, making it easier to build an application that runs reliably, even under heavy load and with large amounts of data. The development environment includes the following features:

  • Dynamic webserving, with full support of common web technologies
  • Persistent storage (powered by Bigtable and GFS with queries, sorting, and transactions)
  • Automatic scaling and load balancing
  • Google APIs for authenticating users and sending email
  • Fully featured local development environment

One of the parts I find interesting is that Google plans on having a free version of the service that has a pretty good allotment of resources:

During this preview period, applications are limited to 500MB of storage, 200M megacycles of CPU per day, and 10GB bandwidth per day. We expect most applications will be able to serve around 5 million pageviews per month. In the future, these limited quotas will remain free, and developers will be able to purchase additional resources as needed.

Leave a Reply

Your email address will not be published.