Concept Flow - Change streams on databases
Start watching database
Database change occurs
Change stream detects change
Change event sent to client
Client processes event
Continue listening or stop
Change streams let you watch for changes in a MongoDB database and get notified when something changes.