Open a Change Stream. You can watch for changes to a single collection, a database, or an entire deployment in MongoDB with Change Streams. Open a change stream by calling the watch() method on a Collection , Db , or MongoClient object . The change stream emits change event documents when they occur.