- 此Go SDK基于阿里云表格存储服务 API构建。
- 阿里云表格存储是阿里云自主研发的NoSQL数据存储服务,提供海量结构化数据的存储和实时访问。
- 推荐使用Go 1.4及以上。
- 执行命令
go get github.com/aliyun/aliyun-tablestore-go-sdk获取远程代码包。- 在您的代码中使用
import "github.com/aliyun/aliyun-tablestore-go-sdk"引入TableStore Go SDK的包。
钉钉群号:23307953
testConfig/config.go中的配置信息,包括访问阿里云TableStore服务的地址、访问凭证等。go test -test.v -timeout 60m github.com/aliyun/aliyun-tablestore-go-sdk/tablestore -check.f TableStoreSuite