-
Notifications
You must be signed in to change notification settings - Fork 3
2.1 ETL Tool
Olga Arsenieva edited this page Sep 26, 2018
·
2 revisions



- Check the depth from Schema Mapping Chart Metadata to figure out which parent or child collection is
- Select parent from RDBMS // using mssql-npm JS
- Select child from RDBMS // using mssql-npm JS
- Insert data using nested loop into MongoDB // using mongoose JS
while (parent != null) {
1) create parent object in JSON format
while (child != null) {
2) create child object in JSON format
3) insert parent-child // or update parent-child object into MongoDB
}
}- How to migrate the incremental data
- How to prove the integrity of migration data
- Why not add Backup & Recovery, Archiving & Purging functions later
Refer to the following document to follow the Best Practices while using ETL tools for MongoDB.
SSIS and Node.js are being explored as ETL tools
GS1 Canada® is a registered trademark of GS1 Canada. Copyright © GS1 Canada 2018.