A work in progress as I learn more about CosmosDb Apache Gremlin.
- Read all bullet points before starting to get anything done.
- This page will help you get your database setup: Quickstart: Azure Cosmos DB for Apache Gremlin library for .NET
- 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" |
- Run the
PopulatePeople
unit test. - Note that the graph should now be populated.
- Run the
FindParents
theory unit test.