graph-databasesazure-cosmosdbgraph-visualization

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).


Solution

  • There is actually a pretty decent web app for graph visualizations available in the Azure Portal. Inside your Cosmos account just click the QuickStart button and then select the Guided Gremlin Tour: enter image description here

    Create the SalesGraph (you can point the app at any of your graph enabled collections later) and then download the package and run the solution file. You might have to modify the connection strings in appsettings depending on which graph you want to talk to.