javascript로 INFLUX DB에 데이터를 보냅니다.
npm install Wall-Enfluxdb --save
test ── index.js // 5
└─ test.js // 5
const WallE = new Wallenfluxdb(
"INFLUX DB 토큰",
"http://접속 주소:8086",
"소속 단체",
"INFLUX DB BUCKET",
"시간 단위(예:ms, ns)")
npm test
0.1.3 (commit 7ce857f)
- 파일 경로 수정
- 프로미스 패턴 추가