Skip to content

Latest commit

 

History

History
111 lines (93 loc) · 4.62 KB

README_EN.md

File metadata and controls

111 lines (93 loc) · 4.62 KB

Aliyun TableStore Examples

License Status

Contents

1, Repository Structure

  • Divided into three parts according to function: samples, tools and the usage of SDK.
  • Every submodule has seperate folder.
├── README.md
├── demos                                   #samples
│   ├── IMChart
│   ├── SharingCarManagement
│   ├── SportTrack
│   ├── insurance-policy-management
│   ├── TraceMedicine
│   ├── TableStore-Grid
│   ├── MailManagement
│   └── WifiMonitor
│
├── tools                                   #tools
│   ├── Dts-MySQL2TableStore
│   └── Datax-MySQL2TableStore
│
└── feature                                 #usage of feature
    ├── TableCopy
    └── FuzzySearch

2.Get Start

Open Service

Configuration

Create the file tablestoreCong.json in the home path, and config the parameters.

# Linux or mac system: /home/userhome/tablestoreCong.json
# Windows system: C:\Documents and Settings\%userhome%\tablestoreCong.json
{
  "endpoint": "http://instanceName.cn-hangzhou.ots.aliyuncs.com",
  "accessId": "***********",
  "accessKey": "***********************",
  "instanceName": "instanceName"
}
  • endpoint: The endpoint of instance.
  • accessId: The id of AK.
  • accessKey: The secret of AK.
  • instanceName: The name of Tablestore instance.

3.Modules

Sample Name Language Project
Instant Chart Room(IM) java IMChart
Sharing car management java SharingCarManagement
Sport track management java SportTrack
Insurance policy management java insurance-policy-management
Medicine track management java TraceMedicine
Store and query gridded data java TableStore-Grid
Equipment monitoring and management java WifiMonitor
Express track management java MailManagement

tools(tools)

Application Tool Name Project
Data Migration from MySQL to Tablestore datax Datax-MySQL2TableStore
Migrate incrementing data from MySQL to Tablestore DTS Dts-MySQL2TableStore

feature(SDK基础功能)

Feature Language(SDK) Project
Table Copy java TableCopy
Fuzzy search java FuzzySearch

4.Remind

Release Resource

  • Delete data, indexs and tables if not need any longer.
  • Release useless resource in case unnecessary expense.

5.Advisory and Feedback

Contact information

  • Dingding Group: Open communication group(Chinese Name: 表格存储技术交流群)
  • Group No.: 11789671
  • QR code:

QR code