Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.09 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.09 KB

Intro

A work in progress as I learn more about CosmosDb Apache Gremlin.

Getting Started

  1. Read all bullet points before starting to get anything done.
  2. This page will help you get your database setup: Quickstart: Azure Cosmos DB for Apache Gremlin library for .NET
  3. Set secrets for the following account:
Step # Key Dotnet CLI
5 _gremlinEndpointUrl dotnet user-secrets set "_gremlinEndpointUrl" "YOUR GREMLIN ENDPOINT URL"
6 _cosmosDbAuthKey dotnet user-secrets set "_cosmosDbAuthKey" "YOUR COSMOS DB AUTH KEY"
8 _databaseName dotnet user-secrets set "_databaseName" "YOUR COSMOS DATABASE NAME"
9 _graphName dotnet user-secrets set "_graphName" "YOUR GRAPH NAME"
  1. Run the PopulatePeople unit test.
  2. Note that the graph should now be populated.
  3. Run the FindParents theory unit test.

Recipes

https://tinkerpop.apache.org/docs/current/recipes/