Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

node-red-contrib-kuzzle

kuzzleio12Apache-2.01.2.0

Official Node Red contribution for Kuzzle

kuzzle, node-red, baas, backend, realtime, advanced search

readme

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