I was wandering the web before starting my real work this morning and I noticed that someone is working on a Wiki using Amazon S3. It seems like an interesting project with some interesting ideas inherent in it. The whole idea of doing remote content for an application is kind of crazy in some ways when it feels like we’ve all spent a lot of time at some point on caching mechanism and such to avoid taking a performance hit by going to the database which should be a lot more trivial than hitting S3. However, I think that it’s a kind of interesting proof of concept. In some ways, the whole idea of a mashup leverages the idea of using another web application to do something so that you don’t have to. Most of the applications of this that we’ve seen so far involve things like mapping that are overly complex to reinvent for every application on the web, but as everything gets faster and building applications becomes more about mixing and matching building blocks, it doesn’t seem crazy to swap out your own filesystem for a distributed one. Especially if there was a good interface layer.
{ 2006 04 26 }
Post a Comment