Home
Softono

Aliyun Tablestore Go Sdk

Open source Apache-2.0 Go
79
Stars
41
Forks
19
Issues
15
Watchers
2 months
Last Commit

 About Aliyun Tablestore Go Sdk

TableStore SDK for Golang

Platforms

Web Self-hosted

Languages

Go

Links

Need Help Installing Aliyun Tablestore Go Sdk?

We provide expert installation service for this software. Our team will install, configure, and secure Aliyun Tablestore Go Sdk on your server. plans start at just $30.

Aliyun Tablestore Go Sdk

View on GitHub

Aliyun tablestore SDK for Go

GitHub version Build Status Coverage Status

关于

  • 此Go SDK基于阿里云表格存储服务 API构建。
  • 阿里云表格存储是阿里云自主研发的NoSQL数据存储服务,提供海量结构化数据的存储和实时访问。

运行环境

  • 推荐使用Go 1.4及以上。

安装方法

GitHub安装

  • 执行命令go get github.com/aliyun/aliyun-tablestore-go-sdk获取远程代码包。
  • 在您的代码中使用import "github.com/aliyun/aliyun-tablestore-go-sdk"引入TableStore Go SDK的包。

贡献代码

  • 我们非常欢迎大家为TableStore Go# SDK以及其他阿里云SDK贡献代码

联系我们

扫码加入TableStore讨论群,和我们直接交流讨论

钉钉群号:23307953

运行测试

  1. 修改testConfig/config.go中的配置信息,包括访问阿里云TableStore服务的地址、访问凭证等。
  2. 运行单个suite:go test -test.v -timeout 60m github.com/aliyun/aliyun-tablestore-go-sdk/tablestore -check.f TableStoreSuite