homework-jianmu/tests/examples/rust
Chunhua Jiang 18465ce877 [rust connector] support subscribe 2019-08-01 23:23:10 +08:00
..
examples [rust connector] support subscribe 2019-08-01 23:23:10 +08:00
src [rust connector] support subscribe 2019-08-01 23:23:10 +08:00
.gitignore Add initial driver connector for rust 2019-07-28 22:55:12 +08:00
Cargo.toml Add initial driver connector for rust 2019-07-28 22:55:12 +08:00
README.md [rust connector] support subscribe 2019-08-01 23:23:10 +08:00
build.rs Add initial driver connector for rust 2019-07-28 22:55:12 +08:00

README.md

TDengine driver connector for Rust

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

Dependencies

  • Rust:
curl https://sh.rustup.rs -sSf | sh

Run with Sample

Build and run basic sample:

cargo run --example demo

Build and run subscribe sample:

cargo run --example subscribe