Last active
March 31, 2020 00:02
-
-
Save dalthonmh/16cbc62b6139ddbda4000da844b9f341 to your computer and use it in GitHub Desktop.
Mongo Seeding CLI | examples/import-data-json/structure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. | |
├── data // Root directory | |
│ ├── 1-users // `users` collection | |
│ │ └── users.json | |
│ ├── 2-plates // `plates` collection | |
│ │ └── plates.json | |
│ └── 3-orders // `orders` collection | |
│ └── orders.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment