blob: ff7a463a80f127acc3b7089bdf2b8730bb35092e [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
= Azure CosmosDB
:linkattrs:
:cq-artifact-id: camel-quarkus-azure-cosmosdb
:cq-native-supported: false
:cq-status: Preview
:cq-status-deprecation: Preview
:cq-description: Azure Cosmos DB is Microsofts globally distributed, multi-model database service for operational and analytics workloads. It offers multi-mastering feature by automatically scaling throughput, compute, and storage. This component interacts with Azure CosmosDB through Azure SQL API
:cq-deprecated: false
:cq-jvm-since: 2.0.0
:cq-native-since: n/a
[.badges]
[.badge-key]##JVM since##[.badge-supported]##2.0.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
Azure Cosmos DB is Microsofts globally distributed, multi-model database service for operational and analytics workloads. It offers multi-mastering feature by automatically scaling throughput, compute, and storage. This component interacts with Azure CosmosDB through Azure SQL API
== What's inside
* xref:{cq-camel-components}::azure-cosmosdb-component.adoc[Azure CosmosDB component], URI syntax: `azure-cosmosdb:databaseName/containerName`
Please refer to the above link for usage and configuration details.
== Maven coordinates
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-azure-cosmosdb</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.