Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
node-red-contrib-influxdb
Advanced tools
Node-RED nodes to save and query data from an influxdb time series database
A Node-RED node to write and query data from an influxdb time series database. These nodes use the influxDB client for node.js, specifically calling the writePoint(), writePoints(), and query() methods. Currently it can only communicate with one influxdb host.
To run this you'll need access to an influxdb database version 0.9.x, possibly later. See the influxdb site for more information.
Run the following command in the root directory of your Node-RED install.
Usually this is ~/.node-red
.
npm install node-red-node-influxdb
Nodes to write and query data from an influxdb time series database.
Queries one or more measurements in an influxdb database. The query is specified in the node configuration or in the msg.query property. Setting it in the node will override the msg.query. The result is returned in msg.payload.
Writes one or more points (fields and tags) to a measurement.
The fields and tags to write are in msg.payload. If the message is a string, number, or boolean, it will be written as a single value to the specified measurement (called value).
If msg.payload is an object containing multiple properties, the fields will be written to the measurement.
If msg.payload is an array containing two objects, the first object will be written as the set of named fields, the second is the set of named tags.
Finally, if msg.payload is an array of arrays, it will be written as a series of points containing fields and tags.
FAQs
Node-RED nodes to save and query data from an influxdb time series database
The npm package node-red-contrib-influxdb receives a total of 1,859 weekly downloads. As such, node-red-contrib-influxdb popularity was classified as popular.
We found that node-red-contrib-influxdb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.