Quickstart
Welcome to Artie, the database replication platform.
What is Artie?
Artie is a database replication platform that helps you sync data from your source databases to your destinations in real-time with change data capture.
Creating your first pipeline ✨
Click + New pipeline and specify the source you want Artie to replicate from.
1. Select your source database
How would you like Artie to connect to your source?
Connection options
Artie’s fixed IPs, instructions for setting up SSH tunnels, and more.
Source specific instructions
Instructions along with service account scripts.
2. Select the tables you want to replicate
Select the tables you’d like Artie to replicate. Additionally, you can enable for specific tables that you would like to have additional tracking.
Within each table, you can also click on the ⚙️ icon to specify advanced settings.
Table advanced settings
Specify settings like table alias, column exclusion, merge predicates, and more.
3. Select your destination
Choose your destination and provide destination-specific details.
Destination specific instructions
Once the destinations have been filled out, you can optionally change any of these advanced settings.
Add Artie updated at column
Add Artie updated at column
When enabled, Artie will add a new column __artie_updated_at
to your tables. This is useful for incremental models.
Add Database updated at
Add Database updated at
When enabled, Artie will add a new column __artie_db_updated_at
to your tables. This is the database time for when the transaction occurred.
Enable hard deletes for columns
Enable hard deletes for columns
By default, Artie will not drop any columns. If this is enabled, we will start to drop deleted columns.
Enable soft deletes for rows
Enable soft deletes for rows
By default, Artie will hard delete rows. If this is enabled, we will start to soft delete rows. Soft deleted rows will have __artie_deleted
set to true
.
Monitoring
Once your pipeline is live, you can monitor its status from the analytics portal and stay up to date on your schema changes from our schema change notifications.