Muffinresearch Labs by Stuart Colville

Google App Engine | Comments (0)

Posted in Code, Software on 8th April 2008, 8:25 am by Stuart

Fancy running a Python app on Google’s scalable architecture? Now you can. Google App Engine has launched offering developers the ability to run python applications (other languages to follow) using a wsgi compliant framework via a built-in framework called webapp. You also get access to datastore
which shows a lot of similarities to Django’s modelling API. Datastore is an API that allows you access to Google’s scalable database infrastructure and if you want you can also use GQL which stands for Google Query Language which is essentially a subset of SQL.

Django Included

Google have also included Django in the box and there are details of how to configure Django to work within Google App Engine. This highlights the benefits of a framework comprising of loosely coupled components. The only main difference using Django with Google App Engine is that you use the Datastore API instead of the Django data modelling API.

Usage limitations

Signing up is free however the following limitations are stipulated:

A free account can use up to 500MB of persistent storage and enough CPU and bandwidth for about 5 million page views a month

Conclusion

All in all this is a great announcement from Google – for me it’s things like this that validate Python as a mature language for use on the web. This also provides an excellent starting-point for anyone who wanted to use Python for a web app but didn’t have the means to get started. The app framework is well-documented and I for one look forward to trying it out.

via Simon Willison

Related Links

Post Tools

Comments: Add yours







XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>



Using Loggerhead with mod_wsgi|(0)

Here’s a post I wrote over on the Project Fondue Blog about our use of Loggerhead with mod_wsgi under Apache. Loggerhead is the rather nice branch viewer for bazaar branches as used on Launchpad.net.

If you’re not already subscribed to the Project Fondue blog feed then I can recommend it, as there should be some interesting posts coming out of there in the coming months (yes I’m unashamedly biased!).

Ubuntu: Turn off changing workspace with mouse wheel|(1)

I found the changing with the workspace with the mouse wheel really annoying. To disable it go to System => Preferences => CompizConfig (available if the compizconfig-settings-manager package is installed) and uncheck “Viewport Switcher” which is under the “Desktop” heading.

Photos on Flickr

© Copyright 2004-10 Stuart Colville, all rights reserved. May contain traces of Muffin. Powered by WordPress. Hosting by Slicehost.com This page was baked in 0.592s.