1. Download the appropriate version of table storage SDK and put it in esProc external library folder (SDK download link: https://develop.aliyun.com/sdk/java?spm=5176.7926450.416540.248.JzFuWx) .
2.The directory containing files of this external library is: installation directory\esProc\extlib\AlicloudCli. The Raqsoft core jar for this external library is scu-alicloud-cli-2.10.jar.
commons-logging-1.2.jar
httpasyncclient-4.1.4.jar
httpclient-4.5.13.jar
httpcore-4.4.13.jar
httpcore-nio-4.4.12.jar
joda-time-2.10.10.jar
log4j-1.2.17.jar
protobuf-java-2.4.1.jar
slf4j-api-1.7.5.jar
slf4j-log4j12-1.7.5.jar
tablestore-4.2.0.jar
Note: The third-party jars are encapsulated in the compression package and users can choose appropriate ones for specific scenarios.
3. esProc provides functions ali_client(), ali_query() and ali_close() to access Alicloud. Look them up in【Help】-【Function reference】to find their uses.