Skip to content

Instantly share code, notes, and snippets.

@danared
Created December 23, 2015 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danared/6a85ca14226db1f0a649 to your computer and use it in GitHub Desktop.
Save danared/6a85ca14226db1f0a649 to your computer and use it in GitHub Desktop.
// presents collection
> db.presents.find()
{
_id: "5535345_Maneki Neko",
shape: "Round"
receiver: "Shinobu Tsukasa",
street: "〒東京都中央区 日本橋3-1-15, 1F",
city: "Tokio"
zip: "103-0027 - TK",
geo: {
"type": "Point",
"coordinates": [
136.8573760986328,
35.14882797801035
]
}
}
{
_id: "surf_board_12334244",
color: "azul e amarelo",
size: "M"
receiver: "Ze Pequeno",
address: {
street: "Rua Noe 10",
city: "Cidade de Deus"
zip: "22773-410 - RJ",
geo: {
"type": "Point",
"coordinates": [
-43.36263209581375,
-22.949136390313374
]
}
}
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment