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
 
					- [x] Tasks
 
					- [x] Templates
 
					- [ ] Recordings
 
					- [ ] Replays
 
					- [ ] Alerts
 
					- [x] Configuration
 
					- [ ] Storage
 
					- [ ] Logs
 
					- [ ] Testing Services
 
					- [ ] Miscellaneous
 
				
				Usage