NoSQL: MongoDB Tailable Cursors

| | bookmark | email

MongoDB Tailable Cursors

Tailable cursors are a cool feature of MongoDB. It allows you to setup scripts that run forever and are constantly processing new data that gets inserted to the collection. You need a capped collection in order to tail a cursor […]

tags:MongoDB

via NoSQL databases