JSPM

@influxdata/influxdb-client

1.9.0-nightly.975
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 117091
  • Score
    100M100P100Q182329F
  • License MIT

InfluxDB 2.0 client

Package Exports

  • @influxdata/influxdb-client

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@influxdata/influxdb-client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@influxdata/influxdb-client

The reference javascript client for InfluxDB 2.0. 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. See @influxdata/influxdb-client-browser that targets only browser.

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.