Created
December 23, 2015 16:03
-
-
Save danared/6a85ca14226db1f0a649 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// 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