Showing tag results for go

Jul 11, 2025
Post comments count0
Post likes count1

Building Event-Driven Go applications with Azure Cosmos DB and Azure Functions

Abhishek Gupta
Abhishek Gupta

The Go programming language is a great fit for building serverless applications. Go applications can be easily compiled to a single, statically linked binary, making deployment simple and reducing external dependencies. They start up quickly, which is ideal for serverless environments where functions are frequently invoked from a cold start. Go app...

Azure Cosmos DB for NoSQLGo SDKServerless
Feb 5, 2025
Post comments count0
Post likes count3

Use Azure Cosmos DB as a Docker container in CI/CD pipelines

Abhishek Gupta
Abhishek Gupta

There are lot of benefits to using Docker containers in CI/CD pipelines, especially for stateful systems like databases. For example, when you run integration tests, each CI job can start the database in an isolated container with a clean state, preventing conflicts between tests. This results in a testing environment that is reliable, consistent, ...

Azure Cosmos DB for NoSQL
May 21, 2024
Post comments count0
Post likes count2

Announcing the stable release of the Azure Cosmos DB client library for Go

Justine Cocchi
Justine Cocchi

We're excited to announce the stable release of the Azure Cosmos DB client library for Go, a native Go library that enables you to interact with Azure Cosmos DB for NoSQL accounts from your Go applications. The Azure Cosmos DB client library for Go provides an idiomatic API for you to perform operations on databases, containers, and items. Learn...

Azure Cosmos DB for NoSQLAnnouncements