Skip to content

node-kapacitor/node-kapacitor

Repository files navigation

node-kapacitor, a Kapacitor client for Node.js

node-kapacitor is a Kapacitor client for Node.js.

Installation

For Node, simply:

$ npm install --save kapacitor

Source Repo: node-kapacitor ,code reference node-influx.

Features

  • Simple API for nearly Kapacitor operations
  • Fully supported in Node
  • Performant, processing millions of rows/sec on modest hardware
  • Zero dependencies

Completed task list

  • Writing Data
  • Tasks
  • Templates
  • Recordings
  • Replays
  • Alerts
  • Configuration
  • Storage
  • Logs
  • Testing Services
  • Miscellaneous

Usage