What You’re Doing Is Rather Desperate

Notes from the life of a bioinformatics researcher

Google’s appengine

Been following the Google appengine release via FriendFeed and Twitter (with thanks to @mndoci, @rvidal). A few resources:

In brief: appengine provides infrastructure for developers to host web applications using the same tools that Google uses (notably GFS and a scalable data store termed BigTable). What’s more – there is a free service and anyone with a Google account can sign up for the beta test. Any downsides? It’s Python-only for now, but that’s expected to change.

This is exciting news. I would really like to see some bioinformatics developers try it out and report back with their experiences.

Written by nsaunders

April 8, 2008 at 2:18 pm

6 Responses

Subscribe to comments with RSS.

  1. [...] Further reading: Google Blog App Engine blog Neil [...]

  2. Yippee !! I got a slot in the beta !!

    Reading over the SDK docs, Appengine looks quite nice so far. It’s nothing like Amazons EC2+S3 (which is mostly amounts to pay-by-the-hour VPS hosting) and much more like a real webapp platform … it’s a bit like Ning, but more comprehensible to me (probably because Appengine uses Python, while Ning uses PHP).

    Now I guess I’d better start writing an app … I might try porting over one of my half finished Turbogears projects …

    Andrew Perry

    April 8, 2008 at 5:15 pm

  3. too slow!

    in getting an acct that is .. hahah great to see this.. I jus wonder when someone will use appenging for a scientific tool and get published as well…

    aboulia

    April 9, 2008 at 1:49 am

  4. [...] two weeks ago, tipped off by Neil, I heard about Google App Engine. I managed to get a beta account, and I’ve finally had a [...]

  5. As “promised” … a port of one of my Turbogears apps ResolveRef. It was mostly fiddling with JQuery fancy-shmancy web2.0 stuff that slowed me down. If I knew it was a race I would have put more time into it to try and beat pycite out the gate :).

    Andrew Perry

    April 23, 2008 at 10:41 am


Comments are closed.