Skip to content

Instantly share code, notes, and snippets.

@dalthonmh
Created March 31, 2020 00:06
Show Gist options
  • Save dalthonmh/d0f016ad5eed7f2b5920a23cf296ea17 to your computer and use it in GitHub Desktop.
Save dalthonmh/d0f016ad5eed7f2b5920a23cf296ea17 to your computer and use it in GitHub Desktop.
Mongo Seeding CLI | examples/import-data-json/data/plates.json
[
{
"_id": { "$oid": "5e606408dc8aec3040688a86" },
"name": "Lomo saltado",
"price": 20.00,
"category": "fund"
},
{
"_id": { "$oid": "5e60650ea0403411bc4a332f" },
"name": "Arroz con pollo",
"price": 22.00,
"category": "fund"
},
{
"_id": { "$oid": "5e6066bea0403411bc4a3333" },
"name": "Ceviche",
"price": 18.00,
"category": "entry"
},
{
"_id": { "$oid": "5e6066e9a0403411bc4a3334" },
"name": "Causa",
"price": 18.00,
"category": "entry"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment