This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Description
Doc: https://docs.mongodb.com/manual/changeStreams/
Change streams allow applications to access real-time data changes without the complexity and risk of tailing the oplog.
Applications can use change streams to subscribe to all data changes on a collection and immediately react to them.
Note: I think this needs to resolve #29 first, to be able to do other things while waiting for a Change Event.