Skip to content

Instantly share code, notes, and snippets.

@FrancescaK
Created June 4, 2014 15:33
Show Gist options
  • Save FrancescaK/93c50762977475c662f7 to your computer and use it in GitHub Desktop.
Save FrancescaK/93c50762977475c662f7 to your computer and use it in GitHub Desktop.
buffer_3
db.event.api.findOne()
{
"_id" : ObjectId("536c1a7648222c105f807212"),
"endpoint" : {
"name" : "updates/create"
},
"user_id" : ObjectId("50367b2c6ffb36784c000048"),
"params" : {
"get" : {
"text" : "Sending a test update for the the blog post!",
"profile_ids" : [
"52f52d0a86b3e9211f000012"
],
"media" : ""
}
},
"client_id" : ObjectId("4e9680b8562f7e6b22000000"),
"user_joined_at" : ISODate("2012-08-23T18:50:20.405Z"),
"date" : ISODate("2014-05-08T23:59:50.419Z"),
"ip_address" : "32.163.4.8",
"response_time" : 414.95399475098
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment