# tablestore-timeline **Repository Path**: mirrors_aliyun/tablestore-timeline ## Basic Information - **Project Name**: tablestore-timeline - **Description**: TableStore-Timeline Model for Social scene - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tablestore Timeline V2 ## Requirements Java 1.6 or later ## Install The recommended way to use the Tablestore Timeline Lib in your project is to consume it from Maven. Import as follows: ```xml com.aliyun.openservices.tablestore Timeline    2.0.0 ``` ## Build Once you check out the code from GitHub, you can build it using Maven. Use the following command to build: ```shell mvn clean install -DskipTests ``` ## New Feature * Add timeline meta management. * Add fuzzy search both meta and timeline by Tablestore's Searchindex. * Support multi primaryKey column for Timeline Identifier. * Support 2 kinds of sequence id, AUTO_INCREMENT and MANUAL. * Compatible with Timeline 1.X, and [Click here for sample code](src/test/java/examples/v2/FitForTimelineV1.java).