Skip to content

ShawnNeckelmann/LetsLearn.CosmosDb.Gremlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages