Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/azurecosmosdb/quickstart-gremlin-dotnet
- Owner: AzureCosmosDB
- License: mit
- Created: 2024-10-15T00:30:42.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:07:45.000Z (29 days ago)
- Last Synced: 2024-10-21T20:40:24.365Z (29 days ago)
- Topics: azure, azure-cosmos-db, dotnet, quickstart
- Language: HTML
- Homepage: https://learn.microsoft.com/azure/cosmos-db/gremlin
- Size: 26.4 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Security: .github/SECURITY.md
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
```