Skip to content

Instantly share code, notes, and snippets.

@FrancescaK
Created June 4, 2014 15:33
Show Gist options
  • Save FrancescaK/58a00e5bf58594c2ce0d to your computer and use it in GitHub Desktop.
Save FrancescaK/58a00e5bf58594c2ce0d to your computer and use it in GitHub Desktop.
buffer_2
> db.event.visits.findOne({date:{$gt:ISODate("2014-05-05")}})
{
"_id" : ObjectId("5366d48148222c37e51a9f31"),
"domain" : "blog.rafflecopter.com",
"user_id" : null,
"ip" : "50.27.200.15",
"user_joined_at" : null,
"visitor_id" : ObjectId("5366d48151823c7914450517"),
"uri" : "",
"agent" : {
"platform" : "Windows 7",
"version" : "34.0.1847.131",
"browser" : "Chrome"
},
"referrer" : "blog.rafflecopter.com/",
"date" : ISODate("2014-05-05T00:00:01.603Z"),
"page" : "/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment