Change Streams in MongoDB
MongoDB Change Streams enable applications to receive real-time notifications whenever data changes occur in the database.
Whenever a document in a MongoDB collection is:
Inserted
Updated
Deleted
aishwaryas.hashnode.dev3 min read