• Stars
    star
    110
  • Rank 316,770 (Top 7 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 7 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A nice client explorer for Azure Cosmos DB

Cosmos DB Explorer

A nice client explorer for Microsoft Cosmos DB. It mimics the Data Explorer available on the Azure Portal on the desktop.

Features

  • Named connection: give meaningful name to your connection (DEV, QA, PROD)
  • Create/Read/Update/Delete for every Cosmos DB resources
  • Execute SQL Query on a Collection
  • Import document(s) in JSON format
  • Colored JSON Editor for documents, stored procedures, user defined functions and triggers
  • Customizable Layout with docking windows

Installation

  • winget install SachaBruttin.CosmosDBExplorer

  • scoop install cosmosdbexplorer-beta

  • or Download the latest version from releases and unzip it. Run CosmosDbExplorer.exe.

How to Start

  1. Add your account from File>Add Account
    1. Label: The display name of your account
    2. Account Endpoint: Copy from the URI property from the Keys menu on the Azure Portal.
    3. Account Secret: Copy PRIMARY KEY or SECONDARY KEY from the Keys menu on the Azure Portal.
  2. Start navigating your connection on the treeview pane.
  3. Right click any resource to see possible actions.