I was wondering if it’s possible to write the fullDocument from a change stream to a file e.g. with the node fs module.
If not what could be an alternative?
I want to listen to the database for changes. And if changes are incoming and they matching a condition I want to work on other parts of my application with the data.