Written by Emre Sokullu and edited by Richard MacManus

OpenID, RapLeaf, Amazon S3, Amazon EC2, Undisposable. All of these services have one thing in common - they make web development more granular. By granular, we mean they are making web development componentized and outsourceable. So as a web developer, you can outsource things like authentication, email check or trust system. This brings 2 main advantages:
Below, we take a closer look at the major granular service providers so that you'll better understand the concept and its advantages:
OpenID, as we mentioned in a previous article, is a distributed authentication mechanism. It allows you to outsource your whole authentication system to this distributed platform. This results in 2 things:
Sounds like a good deal, no? But the numbers are not supporting this goal. Even though OpenID is a widely covered topic in blogosphere, and is backed by big companies like VeriSign and SixApart and has many fans and the open source community behind, the adoption and usage rates have remained low.
In the same way, RapLeaf provides a distributed trust system for your site. What made eBay so successful was the trust system it brought into the online auction arena. Similarly, many other ventures need trust systems to make transactions between their visitors more secure. And making your trust portable across all these sites is a very bright idea - which is yet another advantage of power of masses in granular web.
In the same way, outsourcing this system to a 3rd party can result in decreased development time and costs. Although the advantages are obvious, I called the founder Auren Hoffman last week and tried to learn more. He gave me 2 success examples: SwapThing.com and PetLovers.com. That same night, I had the chance to meet the SwapThing developers in the Stirr event. They said the biggest advantage of RapLeaf for them is the portability of the trust system. This is very understandable for a newly founded site - which wants to stand on the shoulders of other similar startups. Nevertheless, the usage rate of RapLeaf still seems to be low.
Amazon S3 is all about distributed storage. S3 saves you from the hassles and big costs of buying and maintaining storage hardware for your site's needs. YouOS is one example that secures its data on scalable Amazon S3 servers. You can see if a web site is using S3 or not by keeping track of your status bar while a page loads; S3 powered sites will frequently fetch data from http://aws.amazon.com address. R/WW's MyBlogLog for example uses S3.
Even though the advantages are so obvious and the company that offers it is the well trusted Amazon, my personal experience tells me that S3 usage is not very large either yet.
Similarly to S3, EC2 (Electronic Cloud 2) is Amazon's distributed computing power system. Considering the fact that it's still a beta service and its implementation is not that easy, the low usage is understandable. But when it gets ready, Amazon EC2 will become a compelling service that ends all the hassles of maintaining clusters and scalable services.
Undisposable.org allows you to outsource email validation against disposable email addressing (e.g. 10minutemail.com, mailinator.com) and fake accounts spread from the likes of bugmenot.com. Needless to say, the usage rates are very low.
Now it's time to answer the big question, why are these granular services not being used as much as they could/should? In my opinion, there are several reasons:
We may have portrayed the granularity of web 2.0 "a little" dark. But in our opinion, granularity may leap (should we call it web 5.0 after this and this?) after it solves the aforementioned problems and creates some trust in developers. One possible solution would be to clearly state the conditions and availability of these services from the homepage. Maybe a Creative Commons style licensing organization may need to arise to support this. Also clearly state that data will always be open for import/export.
Amazon is working hard on the granular web with their new AWS services and the seminars they organize. They seem to be the flagship in spreading the Granularity trend. Please let us know of other web services that may be categorized as Granular.
TrackBack URL for this entry: http://www.readwriteweb.com/cgi-bin/mt/mt-tb.cgi/1912
Comments
Subscribe to comments for this post OR Subscribe to comments for all ReadWriteWeb posts
Undisposable looks very useful, thanks for pointing it out.
If anyone's in the LA area and want to learn more about Amazon web services, evangelist Jinesh Varia is coming Tuesday night. Check URL for more details.
Amazon's EC2 acronym stands for "Elastic Compute Cloud", not "Electronic Cloud 2".
http://www.amazon.com/gp/browse.html?node=201590011
I don't know about usage levels, but speaking as a beta user, the setup burden is fairly low for those who need dozens or hundreds of machines on demand. There's just no other game in town like it, and the mechanics provided - especially in combination with S3 and custom OS images - work pretty well.
I also take issue with the claim of low usage on S3. SmugMug has claimed savings of hundreds of thousands of dollars, and use S3 for tens or hundreds of TB of photos:
http://blogs.smugmug.com/onethumb/2006/11/10/amazon-s3-show-me-the-money/
http://blogs.smugmug.com/onethumb/2006/08/12/amazon-s3-the-holy-grail/
There are countless backup programs - open source and commercial - that now support S3. At Wikispaces, we use S3 for offline storage. Given how effortless it is to start out with S3, the value strong proposition it offers, and the sheer amount of positive feedback I've read about it, I'd guess usage is pretty good:
http://technorati.com/search/amazon+s3
Note also that S3 is also designed to work with CNAMEs, so what you see when downloading your files in not a good indicator of use.
Thanks James for the clarifications.
Spot on with your observations, Emre. However, I don't think these web services are limited only to web developers. The other side of things, traditional desktop apps, can benefit from this granularity as well.
When both web apps and desktop apps can take advantage of this new granular approach, things should get real fun!
@John, desktop apps? what's that? :P
Great post. I think there is serious business potential here. I would love to see an organization like Amazon begin to provide a whole suite of services to allow for standardized and streamlined web development. It's happening piecemeal right now but I see the potential for significant growth in this area.
A long time ago doing MIL-SPEC docs for avionics R&D (airport landing system) I could talk about granularity and be understood ... the days of "cognitive ergonomics". Now? That term seems to act like a switch ... watch the shades draw down over people's eyes.
I was just thinking, pondering an effective / quick explanation for this. Is "siloed application" one extreme of granularity?