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