[nodebb-plugin-mongodb] MongoDB plugin
-
Converts NodeBB posting functionality to store data in MongoDB and use Redis as a caching mechanism instead. Posts are then cached in Redis for an hour (configurable), resorting to MongoDB if post data is unavailable in cache.
Very much in its ALPHA stages so please use carefully and be vary of using on a live environment. If you're interested in this plugin, please let me know - I could use a hand!
Build software better, together
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
GitHub (github.com)
Just clone the plugin into your node_modules directory and enable it in /admin panel. Ensure mongodb is already installed. You'll need the latest bleeding-edge code for the posting hooks to register correctly.