Skip to content

Releases: mingaliu/DocumentDBStudio

Azure DocumentDB Studio 0.10: First release

06 Sep 20:42
Compare
Choose a tag to compare

First version of working Azure DocumentDB studio. This client tool allows you to perform CRUD operation on Azure DocumentDB.
It supports:

  1. Browse DocumentDB resources and learn DocumentDB resource model.
  2. Issue Insert, Replace, Delete, Read (CRUD) operations on every DocumentDB resource and resource feed.
  3. Issue SQL/UDF query. Execute storedprocedure.
  4. Inspect heads (quota, usage, RG charge) for every operation.

To start:

  1. Add your account from File|Add account. You can provision and get your account endpoint and masterkey from https://portal.azure.com
  2. You can navigate the DocumentDB resource model in the left side treeview panel.
  3. Right click any resource feed or item for supported CRUD or query or stored procedure operation.
    The tool requires .Net Framework 4.0 installed on your machine.

Here are two screenshots:

image

image