UNPKG

node-red-contrib-tdengine

Version:

This repositry create a custom Node-Red node for configing TDEngine server connection and execute SQL from preview node msg.payload ## Design Use Taos data restful API to commit SQL, API call like

28 lines (27 loc) 577 B
{ "name": "node-red-contrib-tdengine", "version": "0.0.5", "description": "", "main": "tdengine.js", "repository": { "type": "git", "url": "git+https://github.com/kevinpan45/node-red-contrib-tdengine.git" }, "author": "kevinpan45@163.com", "license": "ISC", "dependencies": { "axios": "1.7.7" }, "node-red": { "nodes": { "tdengine": "tdengine.js" } }, "keywords": [ "node-red", "tdengine" ], "devDependencies": { "node-red": "4.0.5" } }