Object storages
Sink data from RisingWave to Azure Blob
This guide describes how to sink data from RisingWave to Azure Blob using the Azblob connector in RisingWave.
Azure Blob Storage is Microsoft’s object storage solution that allows you to store and manage massive amounts of unstructured data.
PUBLIC PREVIEW
This feature is currently in public preview, meaning it is nearing the final product but may not yet be fully stable. If you encounter any issues or have feedback, please reach out to us via our Slack channel. Your input is valuable in helping us improve this feature. For more details, see our Public Preview Feature List.
Syntax
Parameters
Parameter names | Description |
---|---|
azblob.container_name | Required. The name of the Azure Blob Storage container. |
azblob.path | Required. The directory where the sink file is located. |
azblob.credentials.account_name | Optional. The Azure Storage account name for authentication. |
azblob.credentials.account_key | Optional. The access key for the Azure Storage account. |
azblob.endpoint_url | Required. The URL endpoint for the Azure Blob Storage service. |
type | Required. Defines the type of the sink. Options include append-only or upsert. |
Example
For more information about encode Parquet
or JSON
, see Sink data in parquet or json format.
Was this page helpful?