influxdb-nodejs:简单的influxdb客户端

时间:2021-05-17 08:52:15
【文件属性】:
文件名称:influxdb-nodejs:简单的influxdb客户端
文件大小:262KB
文件格式:ZIP
更新时间:2021-05-17 08:52:15
influxdb influxdb-js-client JavaScript influxdb-nodejs Node.js客户端。 安装 $ npm install influxdb - nodejs 例子 查看目录以获取工作示例。 原料药 新客户 // no auth const Influx = require ( 'influxdb-nodejs' ) ; const client = new Influx ( 'http://127.0.0.1:8086/mydb' ) ; // normal auth (user and password will be added to URL query parameters) const Influx = require ( 'influxdb-nodejs' ) ; const client = new Influx ( 'http://user:pwd@127.0.0.1:8086/mydb' )
【文件预览】:
influxdb-nodejs-master
----.travis.yml(250B)
----.eslintrc(77B)
----index.js(55B)
----docs()
--------Reader.html(74KB)
--------lib_client.js.html(34KB)
--------index.js.html(6KB)
--------Writer.html(22KB)
--------lib_reader.js.html(12KB)
--------QL.html(72KB)
--------Client.html(62KB)
--------index.html(10KB)
--------lib_writer.js.html(14KB)
--------node_modules_influx-ql_lib_ql.js.html(41KB)
--------styles()
--------Influx.html(6KB)
--------scripts()
----package.json(1KB)
----test()
--------http.js(1KB)
--------client.js(16KB)
--------influx.js(2KB)
--------writer.js(6KB)
--------util.js(598B)
--------reader.js(4KB)
--------relay.js(1KB)
----assets()
--------config.toml(384B)
--------http-error.png(53KB)
--------http-type.png(19KB)
--------http-spdy.png(31KB)
----api.md(2KB)
----LICENSE(1KB)
----package-lock.json(123KB)
----jsdoc.json(524B)
----.npmignore(60B)
----examples()
--------batch-by-interval.js(1KB)
--------express.js(3KB)
--------batch-by-count.js(1KB)
--------update-points.js(456B)
--------write-points.js(3KB)
--------koa.js(998B)
--------read-points.js(1KB)
----docker-compose.yml(711B)
----.gitignore(42B)
----History.md(2KB)
----lib()
--------http.js(3KB)
--------client.js(27KB)
--------influx.js(5KB)
--------debug.js(95B)
--------internal.js(172B)
--------writer.js(7KB)
--------util.js(3KB)
--------schema.js(3KB)
--------reader.js(5KB)
----README.md(7KB)

网友评论