README.md 470 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
# TDengine driver connector for Lua

It'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 Sample

Build driver lib:
```
./build.sh
```
Run lua sample:
```
lua test.lua
```