https://github.com/clarify/node-red-contrib-clarify
A Node-Red node to insert data into Clarify
https://github.com/clarify/node-red-contrib-clarify
clarify node-red
Last synced: 8 months ago
JSON representation
A Node-Red node to insert data into Clarify
- Host: GitHub
- URL: https://github.com/clarify/node-red-contrib-clarify
- Owner: clarify
- License: apache-2.0
- Created: 2020-05-20T14:21:01.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-11-24T16:15:50.000Z (over 2 years ago)
- Last Synced: 2025-08-16T06:57:34.175Z (10 months ago)
- Topics: clarify, node-red
- Language: TypeScript
- Size: 1.61 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# node-red-contrib-clarify
Node-Red Nodes for adding data to Clarify.
Learn more about Clarify at: https://www.clarify.io
Available nodes are:
- clarify_insert: A node to create signals, update meta-data and insert data into Clarify.
- clarify_api: A `configuration node` to establish connection to Clarify.
This node will create a json-database to keep track of the signals and meta data written to Clarify.
This database will be stored in the default userDir. By default, this directory is a directory called `.node-red` under
the user's home directory, but can be overriden in the `node-red-settings.js`.
If you are moving your node-red instance or creating backups, be sure to include the folder `clarify-db/`.
## Examples
You can find an example flow that shows how to use the insert node in `examples/random-data-example.json`. Please review the `Generate Data` function. Remember to update the `clarify_api` configuration node with credentials downloaded from your integration in the Clarify Admin Panel.

Any questions? Send us an email on support@clarify.io