0.0.0 • Published 6 years ago

nubot-mongodb-brain v0.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

nubot-mongodb-brain

Robot brain storage handler for MongoDB. Adapted from hubot-mongodb-brain with extended features for storing and querying large data sets and models with Mongoose.

Written in es5 Javascript using StandardJS

Setup

  1. Install npm install nubot-mongodb-brain -save
  2. Edit external-scripts.json : [ "nubot-mongodb-brain" ]
  3. Configure MONGODB_URL and BRAIN_COLLECTION env vars

Develop