smart-energy-monitor/software/flow/node_modules/influx
2023-02-23 15:38:30 +01:00
..
.github added node-red-contrib-influxdv 2023-02-23 15:38:30 +01:00
.vscode added node-red-contrib-influxdv 2023-02-23 15:38:30 +01:00
lib/src added node-red-contrib-influxdv 2023-02-23 15:38:30 +01:00
.prettierignore added node-red-contrib-influxdv 2023-02-23 15:38:30 +01:00
.prettierrc.json added node-red-contrib-influxdv 2023-02-23 15:38:30 +01:00
CHANGELOG.md added node-red-contrib-influxdv 2023-02-23 15:38:30 +01:00
CONTRIBUTING.md added node-red-contrib-influxdv 2023-02-23 15:38:30 +01:00
esdoc.json added node-red-contrib-influxdv 2023-02-23 15:38:30 +01:00
LICENSE added node-red-contrib-influxdv 2023-02-23 15:38:30 +01:00
package.json added node-red-contrib-influxdv 2023-02-23 15:38:30 +01:00
README.md added node-red-contrib-influxdv 2023-02-23 15:38:30 +01:00
renovate.json added node-red-contrib-influxdv 2023-02-23 15:38:30 +01:00

node-influx, an InfluxDB client for Node.js and Browsers


Travis Build Coveralls github branch NPM Version NPM Downloads


Installation

For Node, simply:

$ npm install --save influx

For browsers, see the browser setup instructions.

Features

  • Simple API for nearly all Influx operations
  • Fully supported in Node and the browser
  • Performant, processing millions of rows/sec on modest hardware
  • Zero dependencies

Compatibility

Version 5.x.x is compatible with InfluxDB 1.x on Node 4 on onwards, and modern browsers

Version 4.x.x is compatible with InfluxDB 0.9.x - 0.13.x on Node 0.12 and onwards

Version 3.x.x is compatible with InfluxDB 0.8.x - 3.x will no longer have updates by core contributers, please consider upgrading.

Usage