Skip to content

Query Azure Cosmos DB Graphs with an interactive dotnet core console application using the Gremlin language.

License

Notifications You must be signed in to change notification settings

jasonchester/gizmo.sh

Repository files navigation

gizmo.sh

Interactive Console application for executing gremlin queries in Azure Cosmos DB Graph collections.

Setting User Secrets

Use the following to set up secrets for local development.

dotnet user-secrets set "cosmosDBConnection:documentEndpoint" "https://<yourcosmos>.documents.azure.com:443/
dotnet user-secrets set "cosmosDBConnection:gremlinEndpoint" "<yourcosmos>.gremlin.cosmosdb.azure.com"
dotnet user-secrets set "cosmosDBConnection:authKey" "<yourKey>"
dotnet user-secrets set "cosmosDBConnection:databaseId" "db1"
dotnet user-secrets set "cosmosDBConnection:graphId" "graph1"
dotnet user-secrets set "cosmosDBConnection:partitionKey" "<optional partition key>"

About

Query Azure Cosmos DB Graphs with an interactive dotnet core console application using the Gremlin language.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages