A Node-RED configuration node for connecting to MongoDB databases within the VISEO Bot Maker ecosystem. Version 0.5.5 is the latest stable release, part of the node-red-contrib-viseo suite. It requires the nosql node for query operations. As a component of a larger bot-building framework, it is not standalone but provides MongoDB connectivity for VISEO's Node-RED nodes. Release cadence is tied to the parent project.
npm install node-red-contrib-viseo-mongodbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows installation and basic flow setup for using MongoDB with VISEO NoSQL node in Node-RED.
Ensure node-red-contrib-nosql is installed alongside this package.
Consider using the official node-red-contrib-mongodb or update to a newer VISEO release if available.
Review the full node-red-contrib-viseo project for additional requirements.
Refer to the project wiki on GitHub or examine the source code directly.
npm install node-red-contrib-nosql
Ensure MongoDB is started and connection URL is correct (e.g., mongodb://localhost:27017/mydb)