Skip to main content

Overview

FeatureDescription
Column InclusionReplicate only the columns you specify
Column ExclusionReplicate all columns except the ones you exclude
Column Inclusion and Exclusion

Advanced use case: One source to multiple destinations

Artie allows you to replicate data from a single source reader to multiple pipeline tables. To do this, you can do it through our Terraform provider. Architecture Each pipeline table will have its own Kafka consumer group and we can specify additional column inclusion and exclusion for each pipeline table.
You can specify column inclusion and exclusion at the source reader and pipeline table level, please see the diagram below for guidance on where to set the column settings.Column Inclusion and Exclusion
I