node-red-contrib-kuzzle

1.2.0 • Public • Published

Official Node Red contribution for Kuzzle

About Kuzzle

A backend software, self-hostable and ready to use to power modern apps.

You can access the Kuzzle repository on Github

About this node red contribution

This contribution bings Node-RED nodes for Kuzzle methods including createDocument, publishMessage, search, count, subscribe, updateDocument and replaceDocument

Installation

cd ~\.node-red
npm install node-red-contrib-kuzzle

See the Node-RED Documentation for more options.

Usage

Once installed, you will have 3 additional nodes :

  • Kuzzle Input: for subscribe method
  • Kuzzle Ouput: for publishMessage method
  • Kuzzle Storage: for data manipulation
    • create document
    • update document
    • delete document
    • replace document
    • search
    • count

This contribution makes use of Kuzzle Javascript SDK and establishes a Websocket connection to Kuzzle.

See Kuzzle SDK documentation for methods details and options

License

Apache 2

Package Sidebar

Install

npm i node-red-contrib-kuzzle

Weekly Downloads

5

Version

1.2.0

License

Apache-2.0

Unpacked Size

50.2 kB

Total Files

7

Last publish

Collaborators

  • kuzzle