Skip to content

Instantly share code, notes, and snippets.

@dalthonmh
Created March 31, 2020 00:07
Show Gist options
  • Save dalthonmh/007cf6df7bb3b28cf7fdac400e99b9c8 to your computer and use it in GitHub Desktop.
Save dalthonmh/007cf6df7bb3b28cf7fdac400e99b9c8 to your computer and use it in GitHub Desktop.
Mongo Seeding CLI | examples/import-data-json/data/orders.json
[
{
"_id": { "$oid": "5e8186aa5d750a38e4260fcc" },
"order_detail": [
{ "$oid": "5e606408dc8aec3040688a86" },
{ "$oid": "5e6066bea0403411bc4a3333" }
],
"date": { "$date": { "$numberLong": "1583902800000" } },
"table": { "$numberInt": "1" },
"__v": { "$numberInt": "0" }
},
{
"_id": { "$oid": "5e8187d53eda1f3a20d887e1" },
"order_detail": [
{ "$oid": "5e60650ea0403411bc4a332f" },
{ "$oid": "5e6066e9a0403411bc4a3334" }
],
"date": { "$date": { "$numberLong": "1583902800000" } },
"table": { "$numberInt": "3" },
"__v": { "$numberInt": "0" }
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment