peerdb
peerdb copied to clipboard
Fast, Simple and a cost effective tool to replicate data from Postgres to Data Warehouses, Queues and Storage
We currently error out in the sync if source postgres tables have hyphens in them or in the schema names. This could possibly be true for some other special characters...
started with numeric refactor, but discovered typmod is being handled improperly in some places bumped BQ to BIGNUMERIC limits added tests for typmod parsing
When trying to pause / edit the mirror, the mirror page does not open. Looking at the requests, there is one request to `/api/v1/mirrors/status` that returns a `429` with the...
Exposes column type as a field in Create Mirror UI. Fixes custom type handling for numeric UI revamp to now have a configure button to enable ordering/custom type
Hi there! When you have a very large number stored as a postgres numeric type, the cdc will automatically try to put this as a Decimal type in clickhouse, which...
https://github.com/temporalio/docker-builds/issues/222 The 1.24 tag for temporal admin tools does not work in the quick start guide's docker-compose file. The latest is temporalio/admin-tools:1.24.2-tctl-1.18.1-cli-1.0.0 -- there is no 1.24 tag.
While testing, I'm finding myself removing and recreating the same mirror over and over again. As my configuration grows more complex, it's quite tedious to ensure I'm making the right...
The contextual help URL in this screen looks like it should go to https://docs.peerdb.io/connect/postgres/rds_postgres but it is linking to [setup guide for PostgreSQL destinations](https://docs.peerdb.io/connect/rds_postgres) which then in turn redirects to...
On success, no need to return : ``` { ok: true } ```
I'm sharing this to share our use case and see if there might be a way to evolve the PeerDB sync to help. We're using a custom table definition with...