/go-iotdb

iotdb client for golang

Primary LanguageGoApache License 2.0Apache-2.0

go-iotdb

iotdb client for golang

Prerequisites

golang >= 1.13

Get started

export GO111MODULE=on
export GOPROXY=https://goproxy.io

mkdir session_example && cd session_example

curl -ss -o session_example.go -L https://github.com/manlge/go-iotdb/raw/main/session_example.go

go mod init session_example
go run session_example.go