https://github.com/azurecosmosdb/quickstart-nosql-go
Quickstart - Azure Cosmos DB for NoSQL - Go
https://github.com/azurecosmosdb/quickstart-nosql-go
azure azure-cosmos-db go quickstart
Last synced: about 1 month ago
JSON representation
Quickstart - Azure Cosmos DB for NoSQL - Go
- Host: GitHub
- URL: https://github.com/azurecosmosdb/quickstart-nosql-go
- Owner: AzureCosmosDB
- License: mit
- Created: 2024-10-14T20:10:39.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T13:09:50.000Z (6 months ago)
- Last Synced: 2025-03-29T19:12:20.450Z (about 1 month ago)
- Topics: azure, azure-cosmos-db, go, quickstart
- Language: Go
- Homepage: https://learn.microsoft.com/azure/cosmos-db/nosql
- Size: 43.9 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Quickstart - Azure Cosmos DB for NoSQL - Go
Sample Go web application using Azure Cosmos DB for NoSQL.
| Task | Link |
| --- | --- |
| Downloaded latest source code | |
| Open in GitHub Codespaces | |## Run this
1. Replace the credentials in **cosmos.go** with your Azure Cosmos DB for NoSQL account's credentials.
1. Start the application:
```shell
go mod tidy
go run .
```