node-red-contrib-mongodb2
node-red-contrib-mongodb2 copied to clipboard
MongoDB driver node for Node-RED
As the title says, find.toArray returning an object of objects instead of an array. Is this by design?
To reproduce the problem, you have just to follow the tutorial at : https://www.codeproject.com/Articles/1096142/MongoDB-Tutorial-Day-Aggregation **1 Create the collection ** db.Student.insert({StudentName : "Vijay",Section : "A",Marks:70,Subject:["Hindi","English","Math"]}) db.Student.insert({StudentName : "Gaurav",Section : "A",Marks:90,Subject:["English"]}) db.Student.insert({StudentName...
Hello there, I was wondering if you could check and see why the "find" operation is not supported. The "findOne" operation gently returns the value but it is not the...
Hi! I'm looking for examples in order to implement something like this: ``` var groups = {} // init group object var currentGroupKey; var groupInterval = 5 * 60 *...
Hi there, trying to use the watch command, msg.collection="jobs"; msg.operation="watch"; var pipeline = null; var options ={ fullDocument:"default" }; msg.payload = [pipeline,options]; return msg; im getting error "TypeError: Cannot create...
cloning the response breaks db and collection instances not sure if this is a good way to fix it but it works
Hi, I am reporting three kind of problems. The first is with the find.toArray function that returns an object insted of an array. The second problem is with the count...
It has security risk of js-yaml 3.7.0. https://www.npmjs.com/advisories/813
Hello, I am using node-red-contrib-monggodb3 and having troubles to pass an ObjectId as an argument, not being able to use a MongoDB auto-generated _id, is there any way to use...
Hello, sorry for the bothering, is it possible to take the connection options (e.g. user and password) from a message sent by a previous node? Thanks Carlo