Category "changestream"

Aggregate Pipeline to exclude collections from db.watch() MongoDB

I am using MongoDB's changeStreams to watch for changes in my database. My database has 17 collections. I'd like to watch every collection for changes except fo

Add older documents to stream - based on filter

I created a MongoDB watcher to create actions based on the created document. Of course, the watcher does not detect documents that are created while the service