Treasure Data Import Tool in Java

Treasure Data Import Tool in Java.

License

License

Categories

Categories

Data
GroupId

GroupId

com.treasuredata
ArtifactId

ArtifactId

td-import
Last Version

Last Version

0.5.10
Release Date

Release Date

Type

Type

jar
Description

Description

Treasure Data Import Tool in Java
Treasure Data Import Tool in Java.
Project URL

Project URL

https://github.com/treasure-data/td-import-java
Source Code Management

Source Code Management

https://github.com/treasure-data/td-import-java.git

Download td-import

How to add to project

<!-- https://jarcasting.com/artifacts/com.treasuredata/td-import/ -->
<dependency>
    <groupId>com.treasuredata</groupId>
    <artifactId>td-import</artifactId>
    <version>0.5.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.treasuredata/td-import/
implementation 'com.treasuredata:td-import:0.5.10'
// https://jarcasting.com/artifacts/com.treasuredata/td-import/
implementation ("com.treasuredata:td-import:0.5.10")
'com.treasuredata:td-import:jar:0.5.10'
<dependency org="com.treasuredata" name="td-import" rev="0.5.10">
  <artifact name="td-import" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.treasuredata', module='td-import', version='0.5.10')
)
libraryDependencies += "com.treasuredata" % "td-import" % "0.5.10"
[com.treasuredata/td-import "0.5.10"]

Dependencies

compile (2)

Group / Artifact Type Version
com.treasuredata : td-client jar 0.5.5
com.amazonaws : aws-java-sdk jar 1.11.578

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

Treasure Data Bulk Import Tool in Java

Overview

Many web/mobile applications generate huge amount of event logs (c,f. login, logout, purchase, follow, etc). Analyzing these event logs can be quite valuable for improving services. However, analyzing these logs easily and reliably is a challenging task.

Treasure Data solves the problem by having: easy installation, small footprint, plugins reliable buffering, log forwarding, the log analyzing, etc.

td-import-java is a Java library to access Treasure Data from a Java application. The library includes a 'main' function and can therefore be used as a command-line interface as well. This library is based off the td-client-java Java client library and it is also used with the td CLI.

Requirements

Java >= 1.6

Install From GitHub repository

You can get latest source code using git.

$ git clone https://github.com/treasure-data/td-import-java.git
$ cd td-import-java
$ mvn package

The td-import jar file will be built and stored inside the td-import-java/target/ folder. The file name will be td-import-${td-import.version}-jar-with-dependencies.jar. See the pom.xml file for more details.

Configuration

Please refer to the td-client-java Java client library README for information on how to configure the library.

License

Apache License, Version 2.0

com.treasuredata

Treasure Data

Most companies say they love open source. We also LIVE it.

Versions

Version
0.5.10
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0