Skip to content

Instantly share code, notes, and snippets.

@dalthonmh
Last active March 31, 2020 00:02
Show Gist options
  • Save dalthonmh/16cbc62b6139ddbda4000da844b9f341 to your computer and use it in GitHub Desktop.
Save dalthonmh/16cbc62b6139ddbda4000da844b9f341 to your computer and use it in GitHub Desktop.
Mongo Seeding CLI | examples/import-data-json/structure
.
├── 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