Been following the Google appengine release via FriendFeed and Twitter (with thanks to @mndoci, @rvidal). A few resources:
- O’Reilly Radar writeup – explains what it’s all about
- Article at SmoothSpan Blog
- Technorati search – slowly picking up
- FriendFeed public stream discussions
- Update: official Google blog announcement
- Update: Deepak’s thoughts
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.
Pingback: Google’s play for the cloud - What is in it for scientists? : business|bytes|genes|molecules
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 …
Pingback: 1st to publish with Google apps? « My Weblog on Bioinformatics, Consed, Phrap, Genome science.
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…
Pingback: Announcing ResolveRef on Google App Engine | Your bones got a little machine
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 :).