# aliyun-tsdb-java-sdk **Repository Path**: mirrors_aliyun/aliyun-tsdb-java-sdk ## Basic Information - **Project Name**: aliyun-tsdb-java-sdk - **Description**: Aliyun TSDB SDK for Java - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Aliyun TSDB SDK for Java [![Master Build](https://github.com/aliyun/aliyun-tsdb-java-sdk/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/aliyun/aliyun-tsdb-java-sdk/actions) [![codecov](https://codecov.io/gh/aliyun/aliyun-tsdb-java-sdk/branch/master/graph/badge.svg?token=EOGQWWFDDT)](https://codecov.io/gh/aliyun/aliyun-tsdb-java-sdk) [![Maven Central](https://img.shields.io/maven-central/v/com.aliyun/hitsdb-client.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.aliyun%22%20AND%20a:%22hitsdb-client%22) The Aliyun TSDB SDK for Java enables Java developers to easily work with Aliyun TSDB, compatible OpenTSDB protocol. You can get started in minutes using ***Maven***. - [Developer Guide](https://help.aliyun.com/document_detail/61634.html) - [Issues](https://github.com/aliyun/aliyun-tsdb-java-sdk/issues) - [Release](https://github.com/aliyun/aliyun-tsdb-java-sdk/releases) ## Requirements - Java 1.6 or later - Maven ## Install The recommended way to use the Aliyun TSDB SDK for Java in your project is to consume it from Maven. Import as follows: ``` com.aliyun hitsdb-client 0.3.8 ``` See the Setup section of [the SDK Reference](https://help.aliyun.com/document_detail/61634.html) for more information about installing the SDK through other means. ## Build Once you check out the code from GitHub, you can build it using Maven. Use the following command to build: ``` mvn clean install -DskipTests ```