GreptimeDB Go Client
https://github.com/hezhizhen/greptimedb-client-go.git
Provide API for using GreptimeDB client in Go.
go get github.com/GreptimeTeam/greptimedb-client-go
you can visit Example for usage details.
The default precision is Millisecond, you can set a different precision,
once the precision is setted, you can not change it any more.
metric.SetTimePrecision(time.Microsecond)
You can send several insert request by Send() and notify DB no more messages by CloseAndRecv()
you can visit streamclienttest.go for details
We also support querying with RangePromql and Promql(TODO).
you can visit promqltest.go for details
This greptimedb-client-go uses the Apache 2.0 license to strike a balance between open contributions and allowing you to use the software however you want.