Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 612 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 612 Bytes

Quickstart - Azure Cosmos DB for Apache Gremlin - .NET

Sample ASP.NET web application using Azure Cosmos DB for Gremlin.

Task Link
Downloaded latest source code https://github.com/azurecosmosdb/quickstart-gremlin-dotnet/releases/latest/download/project.zip
Open in GitHub Codespaces https://codespaces.new/AzureCosmosDB/quickstart-gremlin-dotnet?template=true&quickstart=1

Run this

  1. Replace the credentials in web/Program.cs with your Azure Cosmos DB for Gremlin account's credentials.

  2. Start the application:

    cd web
    dotnet run