Go client Setup Sample code Go client The OpenSearch Go client lets you connect your Go application with the data in your OpenSearch cluster. Setup If you’re creating a new ...
Go SDK Go SDK The GreptimeDB Go SDK uses gRPC to communicate with the database. For more information on how to use the SDK, please refer to the Go SDK documentation . To connec...
go get go get hc@ubt :~ $ go get github . com / hyper - carrot / go_lib / logging 命令go get 可以根据要求和实际情况从互联网上下载或更新指定的代码包及其依赖包,并对它们进行编译和安装。在上面这个示例中,我们从著名的代码托管站点Github上下载了一个项...