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

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

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 .
```