Update wiki Home page for google-bigquery-sink

gitea_admin 2026-03-11 14:36:28 +00:00
parent 5992798fd7
commit ac694d4bae

38
Home.md

@ -1,21 +1,31 @@
# Deploy the Project on CamelX Platform
# Google Big Query Sink
Deploy on CamelX Platform in three steps
Send data to a Google Big Query table.
## Step 1: Create a release
From the project space, click on **"Create a release"**
The data must be JSON format to represent an object or an array of objects.
The new version is automatically available in the list
## Metadata
## Step 2: Deploy
Click on **"Deploy"**
| Property | Value |
|----------|-------|
| Type | sink |
| Group | Google Big Query |
| Namespace | GCP |
| 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 |
|------|------|----------|---------|-------------|
| `projectId` | string | ✓ | | The Google Cloud Project ID. |
| `dataset` | string | ✓ | | The Big Query Dataset ID. |
| `table` | string | ✓ | | The Big Query Table ID. |
| `serviceAccountKey` | binary | ✓ | | The service account key to use as credentials for the BigQuery Service. You must encode this value in base64. |
Choose an **API Gateway** (Internal, Public, etc.)
## Dependencies
- `camel:core`
- `camel:kamelet`
- `camel:google-bigquery`
- `camel:jackson`