DocumentDB Studio first (beta) release

I finally done a first release of my latest project, DocumentDB Studio!

DocumentDB Studio is to Azure DocumentDB what SQL Management Studio is to SQL Server and SQL Azure: a one-stop shop to manage and interact with your DocumentDB.

The first release is quite minimalist and only let you:

The next release should include ability to perform document insertion and queries.

I did start this project in order to palliate the lack of tool for Azure DocumentDB. That product is very interesting but I feel that having to code in order to toy with it is too high an entry barrier.

Document Studio aims at lowering the entry barrier and let potential users play around with the product.

Stay tune for more details on that project!


2 responses

  1. Anonymous 2014-11-05 at 19:22

    There is another open source DocumentDB studio: https://github.com/mingaliu/DocumentDBStudio, which is very feature complete. Maybe you should combine the effort with that open source.

  2. Vincent-Philippe Lauzon 2014-11-06 at 13:30

    Interesting! It’s ironic that the project has the same name but on a different code repository. I did look for alternative on codeplex before starting, but I should have looked elsewhere too.

    I’ll definitely take a look since I’m not moving very fast and that other project seems to be a bit further already.

Leave a comment