gremlin-scala icon indicating copy to clipboard operation
gremlin-scala copied to clipboard

Cosmos DB Support

Open vishnu667 opened this issue 7 years ago • 3 comments

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

vishnu667 avatar Feb 07 '18 10:02 vishnu667

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.

mpollmeier avatar Feb 09 '18 01:02 mpollmeier

We would be interested in Cosmos DB Support as well. Many companies are moving things onto Azure CosmosDB and similar Cloud PaaS offerings.

aisven avatar May 13 '19 13:05 aisven

Links:

CosmosDB Graph capabilities and APIs https://docs.microsoft.com/en-us/azure/cosmos-db/graph-introduction

Gremlin Support https://docs.microsoft.com/en-us/azure/cosmos-db/gremlin-support

Blog Articles https://azure.microsoft.com/en-us/blog/tag/cosmos-db/

aisven avatar May 13 '19 13:05 aisven