You can access Tablestore by using the Tablestore console, the Tablestore CLI, and Tablestore SDKs. To get started with Tablestore, you can use the Tablestore console or the Tablestore CLI. This topic describes how to use the Wide Column model and TimeSeries model in the Tablestore console and Tablestore CLI.

Use the Wide Column model

Note For more information about the Wide Column model, see Wide Column model.
The following procedure describes how to use the Wide Column model in the Tablestore console. For more information, see Manage the Wide Column model in the Tablestore console.
  1. Activate Tablestore.
  2. Create an instance.
  3. Create a data table.
  4. Read and write data.
  5. Use SQL to read data.
The following procedure describes how to use the Wide Column model in the Tablestore CLI. For more information, see Manage the Wide Column model in the Tablestore CLI.
  1. Download and start the Tablestore CLI.
  2. Activate Tablestore.
  3. Create an instance.
  4. Configure access information.
  5. Create a data table and use the table.
  6. Perform data operations.
  7. Use SQL to read data.

Use the TimeSeries model

Note For more information about the TimeSeries model, see Overview.
The following procedure describes how to use the TimeSeries model in the Tablestore console. For more information, see Manage the TimeSeries model in the Tablestore console.
  1. Activate Tablestore.
  2. Create an instance.
  3. Create a time series table.
  4. Write data to the table.
  5. Retrieve time series.
  6. Query time series data.
  7. Use SQL to read data.
The following procedure describes how to use the TimeSeries model in the Tablestore CLI. For more information, see Manage the TimeSeries model in the Tablestore CLI.
  1. Download and start the Tablestore CLI.
  2. Activate Tablestore.
  3. Create an instance.
  4. Configure access information.
  5. Create a time series table and use the table.
  6. Perform data operations.
  7. Use SQL to read data.