You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not familiar with CosmosDB, but the 'Java Example' is really just sending gremlin-groovy traversals as Strings over the wire. You can do the same in scala, but you don't need gremlin-scala for that. Also, it's a really bad idea IMO. If there's a way to send gremlin-bytecode that would change things.
CosmosDB by Azure supports Gremlin.
There are examples on how to connect to it using gremlin-driver. Cosmos Java Example
If we have to use your wrapper gremlin-scala for cosmos DB.
How can it be done?
Or if we can have a generic wrapper implementation over gremlin-driver
The text was updated successfully, but these errors were encountered: