Concept Flow - Change streams on collections
Start watching collection
Wait for change event
Change occurs in collection
Change event captured
Process event data
Continue listening or stop
This flow shows how MongoDB listens for changes on a collection and processes each change event as it happens.