Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Simple java app that show how to work with Azure Cosmos DB with Graph(Gremlin) API, which provides a graph data model with Gremlin query/traversals.

Settings

Setting Suggested Value Description
hosts [***.gremlin.cosmosdb.azure.com] This is the Gremlin URI value.
port 443 Set the port to 443
username /dbs/<db>/colls/<coll> The resource of the form /dbs/<db>/colls/<coll> where <db> is your database name and <coll> is your collection name.
password primary_key This is primary key for connection
connectionPool {enableSsl: true} Your connection pool setting for SSL.
serializer { className: org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV1d0, config: { serializeResultToString: true }} Set to this value.

Links

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages