Skip to content

Oakleon/oakleon-node-influxdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oakleon-node-influxdb

A client library for InfluxDB 0.9+ using promises

For API line format see:
https://github.com/influxdb/influxdb/blob/master/tsdb/README.md

You need a influxdb instance up to run the tests

docker run
--name influxdb
-d
-p 8083:8083
-p 8086:8086
cburki/influxdb:latest

to run the test

npm test

or

npm test -- watch

About

A simple 0.9 influxdb driver for node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published