README.md 514 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
# TDengine driver connector for Rust

It's a rust 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.

## Dependencies
- Rust: 
```
curl https://sh.rustup.rs -sSf | sh
```

## Run with Sample

tidyjiang's avatar
tidyjiang 已提交
13
Build and run basic sample:
14 15 16
```
cargo run --example demo
```
tidyjiang's avatar
tidyjiang 已提交
17 18 19 20
Build and run subscribe sample:
```
cargo run --example subscribe
```