How does this replicate Postgres data? I glanced at the code and saw that it exports to a CSV file then writes out an Iceberg table for an initial snapshot--does it use Postgres logical replication?
Full table re-syncing is our initial solution. Using Postgres logical replication is next on our roadmap!
Full table re-syncing is our initial solution. Using Postgres logical replication is next on our roadmap!