azure-cosmos-java Skill
Azure Cosmos DB SDK for Java. NoSQL database operations with global distribution, multi-model support, and reactive patterns. Triggers: "CosmosClient java", "CosmosAsyncClient", "cosmos database java", "cosmosdb java", "document database java". Published by microsoft in skills.
What is azure-cosmos-java Skill?
Azure Cosmos DB SDK for Java. NoSQL database operations with global distribution, multi-model support, and reactive patterns. Triggers: "CosmosClient java", "CosmosAsyncClient", "cosmos database java", "cosmosdb java", "document database java". Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Database workflows
- Database workflows use cases
Technical details
- Install or run with Copy skill directory
When to use azure-cosmos-java Skill
- Use it for database workflows.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-java/skills/azure-cosmos-java/SKILL.md
What it does
Azure Cosmos DB SDK for Java. NoSQL database operations with global distribution, multi-model support, and reactive patterns. Triggers: "CosmosClient java", "CosmosAsyncClient", "cosmos database java", "cosmosdb java", "document database java".
Skill instructions
Azure Cosmos DB SDK for Java Client library for Azure Cosmos DB NoSQL API with global distribution and reactive patterns. Installation xml <dependency <groupIdcom.azure</groupId <artifactIdazure-cosmos</artifactId <versionLATEST</version </dependency Or use Azure SDK BOM: xml <dependencyManagement <dependencies <dependency <groupIdcom.azure</groupId <artifactIdazure-sdk-bom</artifactId <version{bomversion}</version <typepom</type <scopeimport</scope </dependency </dependencies </dependencyManagement <dependencies <dependency <groupIdcom.azure</groupId <artifactIdazure-cosmos</artifactId </dependency </dependencies Environment Variables bash COSMOSENDPOINT=https://<account.documents.azure.com:443/ COSMOSKEY=<your-primary-key Authentication Key-based Authentication java import com.azure.cosmos.CosmosClient; import com.azure.cosmos.CosmosClientBuilder; CosmosClient client = new CosmosClientBuilder() .endpoint(System.getenv("COSMOSENDPOINT")) .key(System.getenv("COSMOSKEY")) .buildClient()
Explore related resources
Frequently asked questions
What is azure-cosmos-java?
azure-cosmos-java is a open-source AI agent skill with Copy skill directory. Azure Cosmos DB SDK for Java. NoSQL database operations with global distribution, multi-model support, and reactive patterns.
Who is azure-cosmos-java best for?
azure-cosmos-java is best for reusing agent instructions, scripts, and references, database workflows.
How do I install azure-cosmos-java?
Install or run azure-cosmos-java using Copy skill directory. Check azure-cosmos-java for the latest setup command.
Is azure-cosmos-java actively maintained?
azure-cosmos-java may need a closer maintenance check before production use.
Auto-fetched from GitHub.