smart-energy-monitor/software/flow/node_modules/@influxdata/influxdb-client
2023-02-27 15:43:31 +01:00
..
dist commit dist folder as it's used by javascript modules 2023-02-27 15:43:31 +01:00
api-extractor.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

@influxdata/influxdb-client

The reference javascript client for InfluxDB 2.x. Both node and browser environments are supported. The package.json

  • main points to node.js CJS distribution
  • module points to node.js ESM distribution
  • browser points to browser (UMD) distribution

Node.js distributions do not work in browser and vice versa, because different platform APIs are used. Use @influxdata/influxdb-client-browser to import browser ESM module. See https://github.com/influxdata/influxdb-client-js to know more.

Note: This library is for use with InfluxDB 2.x or 1.8+. For connecting to InfluxDB 1.x instances, see node-influx.