Showing results for Java - Azure Cosmos DB Blog

Feb 5, 2025
0
3

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
Jun 11, 2020
0
0

Azure Cosmos DB Java SDK v4 – General Availability

Andy Feldman
Andy Feldman

Announcing the Azure Cosmos DB Java SDK v4 for SQL API is now generally available. Read about all the new features and capabilities as well as how to migrate or get started with new applications today.

Java SDKAzure Cosmos DB for NoSQLAnnouncements
Mar 13, 2020
1
0

Create a Java Azure Cosmos DB Function Trigger using Visual Studio Code in 2 minutes!

Theo van Kraay
Theo van Kraay

  Creating event sourcing solutions with Azure Cosmos DB is easy with Azure Functions Triggers, where you can leverage the Change Feed Processor's powerful scaling and reliable event detection functionality, without the need to maintain any worker infrastructure. You can just focus on your Azure Function's logic without worrying about the r...

Change FeedTips and TricksJava SDK