{"id":16883378,"url":"https://github.com/hardillb/node-red-contrib-storage-mongodb","last_synced_at":"2025-04-11T12:08:14.613Z","repository":{"id":68666305,"uuid":"296613990","full_name":"hardillb/node-red-contrib-storage-mongodb","owner":"hardillb","description":"A flow/library storage plugin for Node-RED that uses MongoDB as the backend","archived":false,"fork":false,"pushed_at":"2022-06-26T13:08:44.000Z","size":16,"stargazers_count":20,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T08:23:10.157Z","etag":null,"topics":["mongodb","node-red"],"latest_commit_sha":null,"homepage":"https://www.hardill.me.uk/wordpress/2020/10/05/node-red-storage-plugin/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hardillb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["hardillb"]}},"created_at":"2020-09-18T12:23:53.000Z","updated_at":"2024-03-13T10:12:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a8bcb1c-6566-4041-ba55-6d8cf8315b56","html_url":"https://github.com/hardillb/node-red-contrib-storage-mongodb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Fnode-red-contrib-storage-mongodb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Fnode-red-contrib-storage-mongodb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Fnode-red-contrib-storage-mongodb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Fnode-red-contrib-storage-mongodb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hardillb","download_url":"https://codeload.github.com/hardillb/node-red-contrib-storage-mongodb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248396920,"owners_count":21097014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mongodb","node-red"],"created_at":"2024-10-13T16:11:30.299Z","updated_at":"2025-04-11T12:08:14.588Z","avatar_url":"https://github.com/hardillb.png","language":"JavaScript","funding_links":["https://github.com/sponsors/hardillb"],"categories":[],"sub_categories":[],"readme":"# node-red-contrib-storage-mongodb\n\nA storage plugin for Node-RED that uses MongoDB to store flows, library entries and settings\n\n## Setup\n\nAdd the following to `settings.js`\n\n```\n...\nstorageModule: require('node-red-contrib-storage-mongodb'),\nmongodbSettings: {\n  mongoURI: process.env[\"MONGO_URL\"],\n  appname: process.env[\"APP_NAME\"]\n},\n...\n```\n\nWhere `mongoURI` is the location of a MongoDB database and `appname` is a unique identifier for this instance of Node-RED to allow multiple instances to use the same DB.\n\nIt will use a collections with the following names\n\n - flow\n - credentials\n - settings\n - sessions\n - library","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardillb%2Fnode-red-contrib-storage-mongodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhardillb%2Fnode-red-contrib-storage-mongodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardillb%2Fnode-red-contrib-storage-mongodb/lists"}