hubot-ibmcloudant-brain

1.3.0 • Public • Published

hubot-ibmcloudant-brain

Cloudant brain for Hubot. Inspired by hubot-mongodb-brain.

Installation

  1. Install this script:
npm install hubot-ibmcloudant-brain --save
  1. Add this script to external-scripts.json:
[
  "hubot-ibmcloudant-brain"
]

Configuration

Set your cloudant URL in env var CLOUDANT_URL.

Design

  • Each record (as an unqiue key of robot.brain.set()) is saved as a document in cloudant.
  • Records with null or undefined value are deleted from cloudant.
  • Currently does NOT handle revision conflicts, i.e. if you changed data in cloudant, you'll see revision conflict errors when hubot tries to save its brain.

Readme

Keywords

Package Sidebar

Install

npm i hubot-ibmcloudant-brain

Weekly Downloads

2

Version

1.3.0

License

Apache v2

Last publish

Collaborators

  • tsaiyl