Thread: Artie Transfer release: Sub-minute data transfer from Postgres to Snowflake

Artie Transfer release: Sub-minute data transfer from Postgres to Snowflake

From
Artie Transfer via PostgreSQL Announce
Date:
 

Artie Transfer release: Sub-minute data transfer from Postgres to Snowflake

We have just released our first version of Artie Transfer which is aimed at providing real-time data transfers between transactional databases to data warehouses.

This release comes with Postgres and MongoDB that sync into Snowflake.

Under the hood, Artie Transfer leverages Postgres WAL to record the change data capture events to replay them onto downstream data warehouses (which Transfer relies on Debezium for). In addition to this, Artie Transfer has also built DDL support on top of CDC by providing our own typing library which is 2x faster than Go Reflect.

Blog that goes into more detail: https://www.artie.so/blog/introducing-artie-transfer

Github: https://github.com/artie-labs/transfer