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

Reply via email to