Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/azurecosmosdb/quickstart-gremlin-dotnet

Quickstart - Azure Cosmos DB for Apache Gremlin - .NET
https://github.com/azurecosmosdb/quickstart-gremlin-dotnet

azure azure-cosmos-db dotnet quickstart

Last synced: 29 days ago
JSON representation

Quickstart - Azure Cosmos DB for Apache Gremlin - .NET

Awesome Lists containing this project

README

        

# 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 | |
| Open in GitHub Codespaces | |

## Run this

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

1. Start the application:

```shell
cd web
dotnet run
```