English | 中文

Apache IoTDB Go语言客户端

概览

本仓库是Apache IoTDB的Go语言客户端.

Apache IoTDB website: https://iotdb.apache.org Apache IoTDB Github: https://github.com/apache/iotdb

如何编译

如何使用 (快速上手)

*创建项目 例:session

*进入项目的文件夹 例:cd session

*下载依赖 : go get github.com/apache/iotdb-client-go

*示例 :https://github.com/apache/iotdb-client-go/example/session_example.go