0.2.1 • Published 6 years ago

hubot-mongodb-pinky v0.2.1

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

hubot-mongodb-pinky

Modified version of MongoDB brain for Hubot. Support MongoLab and MongoHQ on Heroku.

difference betweet redis-brain

Hubot's default redis-brain saves all data into one large blob (It's not using Redis as KVS) and write it every 20 seconds. So it exceeds maxmemory of Redis.

Requirements

  • mongodb
  • coffee-script 1.9+

Install

% npm install hubot-mongodb-pinky -save
% npm install coffee-script@">=1.9" -save

edit external-script.json

[ "hubot-mongodb-pinky" ]

enable mongolab on heroku

% heroku addons:create mongolab

Export / Import

Develop

Debug

% export HUBOT_LOG_LEVEL=debug

Test

% npm install
% npm test
0.2.1

6 years ago

0.2.0

8 years ago