selecsosi / tempodb-java

Java client for TempoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TempoDB Java API Client

Releases are available on our maven server. Add the following dependency to your pom.

<dependency>
  <groupId>com.tempodb</groupId>
  <artifactId>tempodb-java</artifactId>
  <version>0.7.1</version>
</dependency>

<repositories>
  <repository>
    <id>TempoDB Repository</id>
    <url>http://maven.tempo-db.com/artifactory/repo/</url>
  </repository>
</repositories>

Or, you can clone the repository and build with maven.

mvn compile

Javadocs are located here

About

Java client for TempoDB

License:MIT License