Slide 12
Slide 12 text
Oplog tailing
Ideas.find(
{ score: { $gt: 3 } },
{ sort: { score: -1 }, limit: 3 }
)
{
op: ‘insert’,
id: ‘abc’,
{ idea: ‘netflix for political attack ads’, score: 2 }
}
http://meteor.com
_id idea score
xxx opentable for bathhouses 4
yyy pinterest for billionaires 5
zzz tinder for the homeless 6
Tuesday, December 9, 14