# TDengine driver connector for LuaIt's a lua implementation for [TDengine](https://github.com/taosdata/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 needs install Lua5.3 .## Dependencies- Lua: ```https://www.lua.org/```## Run with SampleBuild driver lib:```./build.sh```Run lua sample:```lua test.lua```