Slide 8
Slide 8 text
Example Data: github
> db.events.findOne() {
"repository" : {
"url" : "https://github.com/vidageek/games",
...
"open_issues" : 25,
"watchers" : 6,
"pushed_at" : "2012/03/10 08:34:00 -0800",
"language" : "Java"
},
"actor_attributes" : {...},
"created_at" : "2012/03/11 15:20:24 -0700",
"public" : true,
"actor" : "juliano",
"payload" : {...},
"url" : "https://github.com/...",
"type" : "CommitCommentEvent” }