Skip to content

Instantly share code, notes, and snippets.

@gkatsanos
Created November 23, 2014 15:49
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 gkatsanos/9616a55dcb7be9768418 to your computer and use it in GitHub Desktop.
Save gkatsanos/9616a55dcb7be9768418 to your computer and use it in GitHub Desktop.
> db.messages.find().pretty();
{
"user" : ObjectId("544d08916e1b7a2e1619a13b"),
"_id" : ObjectId("5471febd49d9d4ce29482cb5"),
"created" : ISODate("2014-11-23T15:35:25.930Z"),
"location" : {
"lng" : 4.3515499,
"lat" : 50.842750099999996
},
"body" : "dsfdgfggf",
"__v" : 0
}
{
"user" : ObjectId("544d08916e1b7a2e1619a13b"),
"_id" : ObjectId("5471fec449d9d4ce29482cb6"),
"created" : ISODate("2014-11-23T15:35:32.289Z"),
"location" : {
"lng" : 4.3650054931640625,
"lat" : 50.8627443200421
},
"body" : "fgdffg",
"__v" : 0
}
{
"user" : ObjectId("544d08916e1b7a2e1619a13b"),
"_id" : ObjectId("5471feca49d9d4ce29482cb7"),
"created" : ISODate("2014-11-23T15:35:38.045Z"),
"location" : {
"lng" : 4.3265533447265625,
"lat" : 50.843670947425615
},
"body" : "fdgfgfg",
"__v" : 0
}
{
"user" : ObjectId("544d08916e1b7a2e1619a13b"),
"_id" : ObjectId("5471fecf49d9d4ce29482cb8"),
"created" : ISODate("2014-11-23T15:35:43.057Z"),
"location" : {
"lng" : 4.439849853515625,
"lat" : 50.83673324162753
},
"body" : "dfgfgf",
"__v" : 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment