Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. > db.metrics.findOne({type:"scoreboard"})
  2. {
  3.         "_id" : ObjectId("4e24327dfacc513817000002"),
  4.         "type" : "scoreboard",
  5.         "date" : ISODate("2011-07-08T13:17:47Z"),
  6.         "period" : "day",
  7.         "aggregates" : {
  8.                 "1" : {
  9.                         "negative" : 46,
  10.                         "positive" : 41,
  11.                         "neutral" : 20,
  12.                         "points" : 314,
  13.                         "count" : 107
  14.                 }
  15.         }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement