How do I use the change stream approach to reference a collection or number of collections for a user.
Scenario similar to Facebook where friends news shows on your feed.
How do I use the change stream approach to reference a collection or number of collections for a user.
Scenario similar to Facebook where friends news shows on your feed.
You can use
mongo.watch()
. It's available in mongo 4.0.Read these docs:
https://docs.mongodb.com/manual/changeStreams/
https://docs.mongodb.com/manual/reference/method/Mongo.watch/#Mongo.watch