Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/node-influx/node-influx
📈 The InfluxDB Client for Node.js and Browsers
https://github.com/node-influx/node-influx
hacktoberfest influx influxdb influxdb-js-client javascript onwards timeseries typescript
Last synced: 2 months ago
JSON representation
📈 The InfluxDB Client for Node.js and Browsers
- Host: GitHub
- URL: https://github.com/node-influx/node-influx
- Owner: node-influx
- License: mit
- Created: 2013-11-07T21:26:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T00:41:14.000Z (over 1 year ago)
- Last Synced: 2024-05-17T18:03:17.262Z (8 months ago)
- Topics: hacktoberfest, influx, influxdb, influxdb-js-client, javascript, onwards, timeseries, typescript
- Language: TypeScript
- Homepage: https://node-influx.github.io/
- Size: 4.21 MB
- Stars: 863
- Watchers: 21
- Forks: 178
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-influxdb - node-influx - InfluxDB Node.js Client (Client libraries / Unofficial)
README
# InfluxDB v1.x JavaScript library
Node and browser library for InfluxDB v1.x and older. For v2, please use the [official client](https://github.com/influxdata/influxdb-client-js/).
## Installation
For Node, simply:
$ npm install --save influx
For browsers, see the [browser setup](https://node-influx.github.io/manual/usage.html#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
- [API Documentation](https://node-influx.github.io/class/src/index.js~InfluxDB.html)
- [Tutorials & Examples](https://node-influx.github.io/manual/tutorial.html)
- [Changelog](https://node-influx.github.io/manual/changelog.html)
- [Contributing](CONTRIBUTING.md)