blob: 9971c91e35d54751f85d81995313e15ea3242b83 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[id="extensions-azure-cosmosdb"]
= 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
ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##2.0.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
endif::[]
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
[id="extensions-azure-cosmosdb-whats-inside"]
== 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.
[id="extensions-azure-cosmosdb-maven-coordinates"]
== Maven coordinates
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-azure-cosmosdb</artifactId>
</dependency>
----
ifeval::[{doc-show-user-guide-link} == true]
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
endif::[]