Hacker News new | ask | show | jobs
Show HN: DBConvert Streams 2.0 – explore, migrate, sync. No pipeline glue (streams.dbconvert.com)
1 points by slotix 66 days ago
moving data between DBs still feels more manual than it should

most workflows look like: IDE -> export -> scripts -> pipeline -> CDC

so tried collapsing that into one tool:

query across PostgreSQL / MySQL / files use the query as a data source move it then turn on CDC

runs locally or via Docker

would love feedback, especially on: whether query-as-pipeline makes sense or if this just shifts complexity somewhere else