Is there any way to stream data from MongoDB?

Hello everyone,
I'm trying to create a flow where I'll be reading documents from a MongoDB collection, perform some operations on it and save them to another MongoDB collection.

I'm totally new to Node-RED and looking for a way to get data from MongoDB continuously without using tailable cursor feature of MongoDB.

Any kind of help is highly appreciated.
Thanks in advance

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.