homework-jianmu/tests/examples/lua
robot 026293617a Return records with seperated fields in lua connector.
Field names and values are both returned. Client application gets value by field name. It runs as convention except that bool type is returned as one byte,tiny integer. Bool type will be returned in future if tiny integer causes confusion.
2019-08-10 22:30:23 +08:00
..
README.md Return records with seperated fields in lua connector. 2019-08-10 22:30:23 +08:00
build.sh Add example implementation for lua connector. 2019-08-04 21:32:49 +08:00
lua_connector.c Return records with seperated fields in lua connector. 2019-08-10 22:30:23 +08:00
test.lua Return records with seperated fields in lua connector. 2019-08-10 22:30:23 +08:00

README.md

TDengine driver connector for Lua

It's a Lua implementation for TDengine, an open-sourced big data platform designed and optimized for the Internet of Things (IoT), Connected Cars, Industrial IoT, and IT Infrastructure and Application Monitoring. You may need to install Lua5.3 .

Dependencies

  • Lua:
https://www.lua.org/

Run with Sample

Build driver lib:

./build.sh

Run lua sample:

lua test.lua