Treasure Data Import Tool in Java

Treasure Data Import Tool in Java.

Лицензия

Лицензия

Категории

Категории

Данные
Группа

Группа

com.treasuredata
Идентификатор

Идентификатор

td-import
Последняя версия

Последняя версия

0.5.10
Дата

Дата

Тип

Тип

jar
Описание

Описание

Treasure Data Import Tool in Java
Treasure Data Import Tool in Java.
Ссылка на сайт

Ссылка на сайт

https://github.com/treasure-data/td-import-java
Система контроля версий

Система контроля версий

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

Скачать td-import

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.treasuredata : td-client jar 0.5.5
com.amazonaws : aws-java-sdk jar 1.11.578

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.2
org.mockito : mockito-all jar 1.9.5

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
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