diff --git a/Home.md b/Home.md index 93a012c..7ebe043 100644 --- a/Home.md +++ b/Home.md @@ -1,21 +1,31 @@ -# Deploy the Project on CamelX Platform +# Azure CosmosDB Sink -Deploy on CamelX Platform in three steps +Send Data to an Azure CosmosDB instance -## Step 1: Create a release -From the project space, click on **"Create a release"** +## Metadata -The new version is automatically available in the list +| Property | Value | +|----------|-------| +| Type | sink | +| Group | Azure CosmosDB | +| Namespace | Azure | +| Support Level | Stable | +| Provider | Apache Software Foundation | -## Step 2: Deploy -Click on **"Deploy"** +## Properties -- **Version:** Select the desired release -- **Environment:** Choose `Development`, `Staging`, or `Production` -- **Configuration:** Select the configuration source -- **Resources:** Set CPU and Memory +| Name | Type | Required | Default | Description | +|------|------|----------|---------|-------------| +| `databaseName` | string | ✓ | | The Azure Cosmos database name. | +| `containerName` | string | ✓ | | The Azure Cosmos container name. | +| `accountKey` | string | | | The Azure Cosmos account Key. | +| `databaseEndpoint` | string | ✓ | | Sets the Azure Cosmos database endpoint the component will connect to. | +| `itemPartitionKey` | string | | | Represents a partition key value in the Azure Cosmos DB database service. A partition key identifies the partition where the item is stored in. | +| `credentialType` | string | | `SHARED_ACCOUNT_KEY` | Determines the credential strategy to adopt. | -## Step 3: Expose -Enable **"Expose"** +## Dependencies -Choose an **API Gateway** (Internal, Public, etc.) +- `camel:azure-cosmosdb` +- `camel:kamelet` +- `camel:jackson` +- `camel:core`