Quick start

更新时间:
复制 MD 格式

This topic describes how to get started with the message model (Timeline model) using sample code.

Prerequisites

You have activated the Tablestore service and created an instance. For more information, see Activate a service and create an instance.

Procedure

  1. Download and install the Tablestore Java SDK package. For more information, see Install the Java SDK.

  2. Use the instance endpoint and your AccessKey to initialize the instance. For more information, see Initialize a Tablestore client.

  3. Use the sample code to get started with the message model. For more information, see Sample code.

References