Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cosmos DB Support #232

Open
vishnu667 opened this issue Feb 7, 2018 · 3 comments
Open

Cosmos DB Support #232

vishnu667 opened this issue Feb 7, 2018 · 3 comments

Comments

@vishnu667
Copy link

vishnu667 commented Feb 7, 2018

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

@mpollmeier
Copy link
Owner

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.

@aisven
Copy link

aisven commented May 13, 2019

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

@aisven
Copy link

aisven commented May 13, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants