microsoft / vscode-cosmosdbgraph

VS Code extension for Cosmos DB Graph databases.
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdbgraph
MIT License
5 stars 8 forks source link

Cosmos GraphDb Emulator Support #21

Open SebastianAtWork opened 4 years ago

SebastianAtWork commented 4 years ago

Hi, The local cosmos emulator supports the graph / gremlin interface and it would be really cool if this extension could support that too. It would be (to my knowledge) the only way to show the emulator graph locally. I am already trying to localte the neccessary changes but since im new to extensions, there are probably people who are better suited. From what i´ve seen so far, the problem is that it assumes ssl for connecting to gremlin, yet the local emulator does not support that. It has to be connected to by the https protocol but with useSSL: false. At least when connecting from C#.

StephenWeatherford commented 4 years ago

The last time we looked into this, the emulator explicitly said that it does not support graphs or tables. Is that no longer the case?

papa-pep commented 4 years ago

The emulator now supports graphs. There is an option to connect to a graph, but I'm unable to query the emulator graph using that option. "unexpected server response (200)"

lurock commented 4 years ago

Yes this would be great if we could disable the option that requires SSL in the extension settings so we can connect to the Cosmos DB emulator that supports running the graph/gremlin database on a non-secure port.

manuelhummler commented 4 years ago

Is there any update on this?

SebastianAtWork commented 3 years ago

Now a year later ... still relevant XD Any updates?