Skip to content

Latest commit

 

History

History
120 lines (103 loc) · 5.26 KB

README_EN.md

File metadata and controls

120 lines (103 loc) · 5.26 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
│   ├── Orders                              
│   └── Canal-press   
│
├── tools                                   #tools
│   ├── Dts-MySQL2TableStore
│   └── Datax-MySQL2TableStore
│
└── feature                                 #usage of feature
    ├── TableCopy
    ├── FuzzySearch
    └── AggregationAndGroupBy

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/tablestoreConf.json
# Windows system: C:\Documents and Settings\%userhome%\tablestoreConf.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
MySQL+Tablestore Order System java Orders
MySQL+Tablestore Order System Canal java Canal-press
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(Tablestore feature)

Feature Language(SDK) Project
Table Copy java TableCopy
Fuzzy search java FuzzySearch
Aggregation & GroupBy java AggregationAndGroupBy

basic(basic usage of SDK)

Usage Language(SDK) Project
basic usage java basic usage of SDK

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

  • DingTalk Group: Open communication group(Chinese Name: 表格存储技术交流群-2)
  • Group No.: 23307953
  • QR code:

QR code