Log based change capture
Logical replication reads the write ahead log, so only committed changes move after the first load.
Polytomic connects Neon to your data warehouse, databases, and SaaS tools for database ETL and reverse ETL. Replicate branches into Snowflake or BigQuery using Postgres logical replication, and write modelled data back into Neon, without writing code.
Logical replication reads the write ahead log, so only committed changes move after the first load.
Each branch is its own endpoint and its own sync, so environments stay separate rather than blurring together.
The replication slot holds the position, so a serverless pause interrupts the reader without losing its place.
Replicate Neon into Snowflake, BigQuery, or Databricks
Move data between Neon and your data warehouse, databases, and SaaS tools, in both directions.
Neon is Postgres, so Polytomic reads and writes it the way it does any Postgres database, including logical replication for change data capture. The connection defaults to the neondb database with SSL enabled.
Branching is what makes Neon different in practice. A connection points at one branch's endpoint, and that branch carries its own publication and replication slot, so syncing production and a development branch means two separate setups rather than one that follows you around.
Supply the branch endpoint, database, and credentials. The database defaults to neondb and SSL is on. For change data capture you also need logical replication enabled on the project, a publication, and replication permission on the role Polytomic uses.
Set up and manage syncs without writing code.
Use SQL to define exactly what data gets synced.
Supports large datasets with incremental syncs and bulk APIs.
No credit card required. Free trial available.