Git Product home page Git Product logo

cosmosdbstudio's Introduction

Cosmos DB Studio

Application icon

A tool to browse and query Azure Cosmos DB databases.

Screenshot

I created this app out of frustration with the completely broken experience in Azure Storage Explorer (which is basically the same as Data Explorer in the Azure portal, with the same limitations and many more bugs).

It's a bit rough around the edges, and some features are still missing, but it's mostly functional.

Requirements

You will need Windows 10 version 1803 or later. It might work on older Windows versions if you build from source (you will need the .NET Core 3.1 SDK), but the packaged application requires Windows 10, and I didn't take any step to ensure it would work on other versions.

Installation

From the Windows Store

The app is available on the Windows Store.

Sideloading

  1. Download the package (appxbundle file) from the release page.
  2. If it's the first time you install the application, you will need to trust the app certificate:
    1. Open the Properties dialog for the package file.
    2. Go to the Digital signatures tab.
    3. Select the signature from the list and click Details.
    4. Click View certificate.
    5. Click Install certificate.
    6. Select Local machine as the store location, and accept the UAC dialog.
    7. Choose Place all certificates in the following store, click Browse, and select Trusted People.
    8. Click Next, then Finish
  3. Enable developer mode to allow sideloading, if not already done:
    1. Open Windows settings
    2. Go to Update and security
    3. Go to the For developers section
    4. Enable Developer mode
  4. Double click the package and follow the instructions.

Getting started

  1. Start the app
  2. Right click in the left pane to add a Cosmos DB account. Enter a name, the account endpoint and key, and an optional folder to organize your account. (If you have a Cosmos DB connection string in the clipboard, the endpoint and key will be filled automatically)
  3. Expand the account node in the treeview to select a database (or create a new one from the context menu)
  4. Expand the database node in the treeview to select a container (or create a new one from the context menu)
  5. Right-click the container node and select "New query sheet". This will create a new SQL query sheet for this container.
  6. Enter a valid Cosmos DB SQL query and hit Ctrl-Enter. It will select the whole query and execute it.
  7. The results will appear in the bottom pane

Tip: you can have multiple queries in the same query sheet, just separate them with an empty line.

cosmosdbstudio's People

Contributors

ricardopinedathen avatar rmt2021 avatar thomaslevesque avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.