# tcaplusdb-go-examples **Repository Path**: mirrors_tencentyun/tcaplusdb-go-examples ## Basic Information - **Project Name**: tcaplusdb-go-examples - **Description**: Examples for TcaplusDB Go SDK, including protobuf, tdr, and restful examples - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-23 - **Last Updated**: 2025-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TcaplusDB GO Examples 本项目主要介绍TcaplusDB基于Go的一些示例代码,支持三种协议示例: * __PB(protobuf)协议__:支持Google Protobuf进行数据序列化和反序列化操作,具体示例说明请参考`pb`子目录相关文档说明 * __TDR(tencent data presentation)协议__:TcaplusDB内部私有化协议进行数据序列化和反序列化,具体示例请参考`tdr`子目录相关文档说明 * __RESTful协议__: 通用的RESTful协议进行数据操作,具体示例请参考`restful`子目录相关文档说明 对于详细接口的介绍可参考每种示例目录下的document目录,有相应的SDK接口用户指南手册。