node-red-contrib-kuzzle
v1.2.0
Published
Official Node Red contribution for Kuzzle
Downloads
11
Maintainers
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