Skip to content

Aliaksie/azure-cosmosdb-gremlin-api-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages