Back to skills

azure-cosmos-java

data

Azure Cosmos DB SDK for Java provides a client library for interacting with Cosmos DB's NoSQL API. It supports both synchronous and asynchronous (reactive) programming models via `CosmosClient` and `C

Setup & Installation

npx skills add https://github.com/microsoft/azure-cosmos-java --skill azure-cosmos-java
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-cosmos-java
View on GitHub

What This Skill Does

Azure Cosmos DB SDK for Java provides a client library for interacting with Cosmos DB's NoSQL API. It supports both synchronous and asynchronous (reactive) programming models via `CosmosClient` and `CosmosAsyncClient`. Use it to manage databases, containers, and documents with global distribution and configurable consistency levels. Using the SDK directly gives you typed responses, built-in retry policies, and reactive support that raw HTTP calls to the Cosmos REST API do not provide out of the box.

When to use it

  • Working with azure cosmos java functionality
  • Implementing azure cosmos java features
  • Debugging azure cosmos java related issues