Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visualizer for Cosmos DB Graph

Does anyone know of a tool to visualize a graph created in Cosmos DB Graph?

I'm looking for something like Gephi (https://gephi.org/), or the tool that OrientDB or Neo4j use.

I'm looking for something that will "connect" to the database. Gephi appears to require an export, and then it uses the exported file. The tools for OrientDB & Neo4j will connect to the server instance and provide graphical results of queries.

BTW, I'm working with the Azure Cosmos DB Emulator at the moment. So I need something that will work on a local development website (localhost).

like image 840
silverfox1948 Avatar asked Jun 03 '17 22:06

silverfox1948


People also ask

Does Cosmos DB support graph database?

It is a multi-model database and supports document, key-value, graph, and column-family data models. Azure Cosmos DB provides a graph database service via the Gremlin API on a fully managed database service designed for any scale.

Is Cosmos DB deprecated?

The support for cosmos DB accounts using Azure storage explorer will be deprecated in future versions that is why you can see deprecated is showing besides cosmos DB accounts option.


1 Answers

Download Cosmos DB extension for vscode.

It works well with gremlin API (with some known issue), check below link

https://github.com/Microsoft/vscode-cosmosdb

screen shot of graph visualisation via vscode's cosmos db plugin

like image 66
Pankaj Rawat Avatar answered Sep 30 '22 00:09

Pankaj Rawat