JSPM

  • Created
  • Published
  • Downloads 115389
  • Score
    100M100P100Q157038F
  • License MIT

InfluxDB Client

Package Exports

  • influx
  • influx/lib/src

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 (influx) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

node-influx

An InfluxDB Client for Node.js and Browsers

npm build coverage bitHound Overall Score bitHound Code bitHound Dependencies

Sauce Test Status

Installation

For Node, simply:

$ npm install --save influx@next

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 6 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