Contact Me
The Passionate Programmer: Creating a Remarkable Career in Software Development
Rails Recipes

Open Source Competition

December 16th, 2007

It’s fun to watch the rush to be first to market with a new piece of open source functionality. You probably already know that Amazon released their SimpleDB this week. I was thinking we might whip up a Ruby wrapper but I knew if I just waited a day or so there would already be libraries available. Tonight I checked RubyForge and the three most recent projects are all SimpleDB wrappers:

aws-simpledb

aws-sdb

simpledb

It will be fun to see which one (or more?) of these gains and keeps mind share. Competition among open source projects is an interesting topic given the abstract nature of the stakes.

6 Comments

  1. meekish Says:

    Oh come now; fame isn’t too terribly abstract.

  2. Chad Fowler Says:

    True, though I’m not sure you’d call mind share on a Ruby library for a specific Amazon web service “fame” :)

  3. Dr Nic Says:

    Abstract, smabstract – the winner will be the highest on this list – http://gems.rubyforge.org/stats.html :)

  4. Laurel Fan Says:

    I wonder if it would be useful to have a shared forum (in the place to communicate sense not any specific software sense) for similar/related projects like this. Or is that rubyforce? I know when I was looking for a google chart wrapper I found several references scattered across blogs, google code, rubyforge…

  5. Jacob Harris Says:

    Let me throw my own entry into the ring… http://nytimes.rubyforge.org/amazon_sdb/

    I actually built a whole API for a previous limited beta of the SDB (when it was called the Simple Data Service), only to find out Amazon completely revised everything about the calls on me. Thank goodness for TDD and mocking open-uri. How else can you create an API client when the API doesn’t exist yet? Good job Ruby…

    Jake

  6. Justin Blake Says:

    The stakes are who gets to answer the most support email!

Sorry, comments are closed for this article.