0.1.1 • Published 8 years ago

hubot-mongodb-brain v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

hubot-mongodb-brain

MongoDB brain for Hubot. Support MongoLab and MongoHQ on Heroku.

Circle CI

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-brain -save
% npm install coffee-script@">=1.9" -save

edit external-script.json

[ "hubot-mongodb-brain" ]

enable mongolab on heroku

% heroku addons:create mongolab

Export / Import

Develop

Debug

% export HUBOT_LOG_LEVEL=debug

Test

% npm install
% npm test
0.1.1

8 years ago

0.1.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago