PeerDB-io / peerdb

Fast, Simple and a cost effective tool to replicate data from Postgres to Data Warehouses, Queues and Storage
https://peerdb.io
Other
2.17k stars 88 forks source link

deprisma pt.1: API and UI cleanup #1880

Closed heavycrystal closed 2 months ago

heavycrystal commented 3 months ago

had started with just Prisma cleanup but turned into a general cleanup so splitting off to prevent code churn

  1. removed drop mirror endpoint, switched to using flow state change endpoint with status TERMINATED
  2. migration to make some row counts BIGINT
  3. eliminated some Prisma calls, moved the rest back to route.ts files under /api
  4. Resync for CDC mirrors is now an endpoint, prevent having to read the proto and then trigger multiple endpoints
  5. remove some DTO types and replace with protos
  6. protos remove fields