generated from camel.apache.org/kamelet
Update wiki Home page for dropbox-source
parent
3739125dbf
commit
07a7b9d0e6
38
Home.md
38
Home.md
@ -1,21 +1,31 @@
|
||||
# Deploy the Project on CamelX Platform
|
||||
# Dropbox Source
|
||||
|
||||
Deploy on CamelX Platform in three steps
|
||||
Consume Files from Dropbox.
|
||||
|
||||
## 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 | source |
|
||||
| Group | Dropbox |
|
||||
| Namespace | Cloud |
|
||||
| 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 |
|
||||
|------|------|----------|---------|-------------|
|
||||
| `period` | integer | ✓ | `10000` | The interval between fetches to the Dropbox remote path in milliseconds |
|
||||
| `accessToken` | string | ✓ | | The access Token to use to access Dropbox |
|
||||
| `clientIdentifier` | string | ✓ | | Dropbox App client Identifier |
|
||||
| `remotePath` | string | ✓ | | Original file or folder to work with |
|
||||
| `query` | string | ✓ | | A space-separated list of sub-strings to search for. A file matches only if it contains all the sub-strings. If this option is not set, all files will be matched. |
|
||||
|
||||
## Step 3: Expose
|
||||
Enable **"Expose"**
|
||||
## Dependencies
|
||||
|
||||
Choose an **API Gateway** (Internal, Public, etc.)
|
||||
- `camel:dropbox`
|
||||
- `camel:kamelet`
|
||||
- `camel:core`
|
||||
- `camel:jsonpath`
|
||||
- `camel:timer`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user