Update wiki Home page for twitter-search-source

gitea_admin 2026-03-11 14:40:52 +00:00
parent f6b3956a87
commit 0a1369f53b

39
Home.md

@ -1,21 +1,32 @@
# Deploy the Project on CamelX Platform
# Twitter Search Source
Deploy on CamelX Platform in three steps
Allows to get all tweets on particular keywords from Twitter.
## Step 1: Create a release
From the project space, click on **"Create a release"**
It requires tokens that can be obtained by creating an application
in the Twitter developer portal: https://developer.twitter.com/.
The new version is automatically available in the list
## Metadata
## Step 2: Deploy
Click on **"Deploy"**
| Property | Value |
|----------|-------|
| Type | source |
| Group | Twitter |
| Namespace | Social |
| Support Level | Stable |
| Provider | Apache Software Foundation |
- **Version:** Select the desired release
- **Environment:** Choose `Development`, `Staging`, or `Production`
- **Configuration:** Select the configuration source
- **Resources:** Set CPU and Memory
## Properties
## Step 3: Expose
Enable **"Expose"**
| Name | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `keywords` | string | ✓ | | The keywords to use in the Twitter search (Supports Twitter standard operators) |
| `apiKey` | string | ✓ | | The API Key from the Twitter application in the developer portal |
| `apiKeySecret` | string | ✓ | | The API Key Secret from the Twitter application in the developer portal |
| `accessToken` | string | ✓ | | The Access Token from the Twitter application in the developer portal |
| `accessTokenSecret` | string | ✓ | | The Access Token Secret from the Twitter application in the developer portal |
Choose an **API Gateway** (Internal, Public, etc.)
## Dependencies
- `camel:jackson`
- `camel:twitter`
- `camel:kamelet`