PostgreSQL to CrateDB loader research

Full-load

This subsystem is already covered by ingestr/dlt.

CDC

You can replicate data from PostgreSQL using different methods.

Those replication implementations are relevant.

Evaluation

Better use Apache Flink via flink-cdc and the Flink Postgres CDC Connector for protocol replication.

Alternatives

Python to the rescue?

Use Kinesis as a data sink.

More resources.

supabase/etl

It looks like pg_replicate made progress to become a full-blown ETL framework, now renamed to supabase/etl.