UTDNebula / planner-mongo-migration

Migration scripts for moving data from Planner's MongoDB to Postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initialize MongoDB source and Postgres target databases

docker compose up -d

Restore MongoDB database

./restore.sh -d cluster0 -p /path/to/dump/cluster0

Run migration script

npm run migrate

About

Migration scripts for moving data from Planner's MongoDB to Postgres

License:MIT License


Languages

Language:TypeScript 92.0%Language:Shell 8.0%