|
|
|
|
|
by vosper
1689 days ago
|
|
> Yeah, I could imagine this being a useful step to migrate away from MongoDB. What is the state of the art in this area? I did a little PoC of moving data from Mongo to a new schema in Postgres with Hexo and DBT. It worked nicely, but it was only a PoC. |
|
If it's not much data (eg ~100k or something), and you don't need any sort of gradual transition, then I'd do something really KISS like dump into a CSV or something and then re-import with whatever the new database management system has for importing files