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