All Projects â†’ node-influx â†’ Node Influx

node-influx / Node Influx

Licence: mit
📈 The InfluxDB Client for Node.js and Browsers

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Node Influx

Openwisp Monitoring
Network monitoring system written in Python and Django, designed to be extensible, programmable, scalable and easy to use by end users: once the system is configured, monitoring checks, alerts and metric collection happens automatically.
Stars: ✭ 37 (-95.49%)
Mutual labels:  hacktoberfest, influxdb
Influxdb exporter
A server that accepts InfluxDB metrics via the HTTP API and exports them via HTTP for Prometheus consumption
Stars: ✭ 159 (-80.61%)
Mutual labels:  hacktoberfest, influxdb
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Stars: ✭ 45,930 (+5501.22%)
Mutual labels:  hacktoberfest, influxdb
Timeseriesadmin
Administration panel and querying interface for InfluxDB databases. (Electron app / Docker container)
Stars: ✭ 107 (-86.95%)
Mutual labels:  influxdb, timeseries
InfluxDB.Client.Net
A C# client object model to help integrate with InfluxDB with CLI languages. Supports both .Net traditional and .Net Core.
Stars: ✭ 95 (-88.41%)
Mutual labels:  timeseries, influxdb
Influxdb Client Csharp
InfluxDB 2.0 C# Client
Stars: ✭ 130 (-84.15%)
Mutual labels:  influxdb, timeseries
Docker Influxdb Grafana
A Docker container which runs InfluxDB and Grafana ready for persisting data
Stars: ✭ 130 (-84.15%)
Mutual labels:  hacktoberfest, influxdb
Influxer
InfluxDB ActiveRecord-style
Stars: ✭ 115 (-85.98%)
Mutual labels:  hacktoberfest, influxdb
influxdb-client-ruby
InfluxDB 2.0 Ruby Client
Stars: ✭ 30 (-96.34%)
Mutual labels:  timeseries, influxdb
nifi-influxdb-bundle
InfluxDB Processors For Apache NiFi
Stars: ✭ 30 (-96.34%)
Mutual labels:  timeseries, influxdb
Influxgraph
Graphite InfluxDB backend. InfluxDB storage finder / plugin for Graphite API.
Stars: ✭ 87 (-89.39%)
Mutual labels:  influxdb, timeseries
Hastic Server
Hastic data management server for analyzing patterns and anomalies from Grafana
Stars: ✭ 292 (-64.39%)
Mutual labels:  influxdb, timeseries
Facette
Time series data visualization software
Stars: ✭ 1,115 (+35.98%)
Mutual labels:  influxdb, timeseries
Influxdb Client Python
InfluxDB 2.0 python client
Stars: ✭ 165 (-79.88%)
Mutual labels:  influxdb, timeseries
influxdbr
R Interface for InfluxDB
Stars: ✭ 95 (-88.41%)
Mutual labels:  timeseries, influxdb
hastic
Hastic standalone
Stars: ✭ 37 (-95.49%)
Mutual labels:  timeseries, influxdb
Go Carbon
Golang implementation of Graphite/Carbon server with classic architecture: Agent -> Cache -> Persister
Stars: ✭ 713 (-13.05%)
Mutual labels:  hacktoberfest, timeseries
Super Linter
Combination of multiple linters to install as a GitHub Action
Stars: ✭ 7,445 (+807.93%)
Mutual labels:  hacktoberfest
Score
ossia score, an interactive sequencer for the intermedia arts.
Stars: ✭ 808 (-1.46%)
Mutual labels:  hacktoberfest
Aws Cdk
The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
Stars: ✭ 7,963 (+871.1%)
Mutual labels:  hacktoberfest

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


CI Status 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].