Introduction
Change stream pipelines let you watch only the database changes you care about. This saves time and resources by filtering out unwanted updates.
You want to track only new orders in an online store.
You need to monitor changes to user profiles but ignore other data.
You want to react only when a document is deleted.
You want to log changes where a specific field value changes.
You want to update a cache only when certain data changes.