Gremlin.Net.CosmosDb icon indicating copy to clipboard operation
Gremlin.Net.CosmosDb copied to clipboard

Helper library when using Gremlin.Net in conjunction with a Cosmos DB graph

Results 20 Gremlin.Net.CosmosDb issues
Sort by recently updated
recently updated
newest added

This handles the breaking changes referenced in evo-terren#49 by doing the processing that used to be done in Gremlin.Net after the fact. It's not pretty, but it allows us to...

Running the default sample seems to fail, if you have more than 1 Vertex returned from the query. IVertexJsonConverter - ReadJson fails on JObject.Load (ready), as the return from cosmos...

Using the release on nuget, which is old, won't allow connecting to a local CosmosDb. Using the master branch here, the deserialization is broken using the latest Gremlin.net Downgrading, as...

I have written a simple test program which exposes a hang in the library. When I open a connection, add a vertex then disable my network the next call to...

There's currently no way to connect a local Cosmos DB emulator because GraphClient does not accept values for Port and UseSSL parameters. For the local emulator, we need to set...

I cloned this repo today and ran the GremlinSample project: the only modification I made was the connection details for my Cosmos database. When the program reaches line 39 of...

We have a relatively small collection yet we get timeouts when we make simple queries. How can I set the query timeout value?

The `GraphResult `class is not available publicly and hence `IGraphClient` is not Mockable, thus disabling the case to create Unit Tests for the same

Hello. In PR #44, the upstream dependency of Gremlin.Net was updated from 3.4.0-rc2 to 3.4.0. This release includes [TINKERPOP-3067](https://issues.apache.org/jira/browse/TINKERPOP-2067) which changes the returned object from `SubmitAsync` when the requested return...

Can `VertexPropertyValue` be used to add metaproperties? Seems that class design can support this, but not sure what other purpose does `VertexPropertyValue` has.