Skip to main content

Build Write Components

Write Components are the endpoints of your data pipelines. They export processed data from your Data Plane to external systems, databases, or storage solutions. This section provides step-by-step guides for building Write Components for different types of destinations.

Before you beginโ€‹

Write Component guidesโ€‹

๐Ÿ—„๏ธ Databases

Write data to relational databases like MySQL, PostgreSQL, Oracle, and SQL Server with various update strategies.

โ˜๏ธ Object stores

Export data to cloud storage services like AWS S3, Google Cloud Storage, and Azure Blob Storage in various formats.

๐Ÿข Data Planes

Write data within your Data Plane to BigQuery, Snowflake, and Databricks for further processing or analytics.

Next stepsโ€‹

After building your Write Components: