https://github.com/treasure-data/td-import-java
Treasure Data Import Tool by Java
https://github.com/treasure-data/td-import-java
Last synced: about 1 year ago
JSON representation
Treasure Data Import Tool by Java
- Host: GitHub
- URL: https://github.com/treasure-data/td-import-java
- Owner: treasure-data
- License: apache-2.0
- Created: 2013-01-07T10:44:24.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-07-31T17:18:56.000Z (almost 3 years ago)
- Last Synced: 2024-04-10T19:38:20.128Z (about 2 years ago)
- Language: Java
- Homepage: http://www.treasuredata.com/
- Size: 46 MB
- Stars: 2
- Watchers: 82
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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.
* Treasure Data website: [http://treasure-data.com/](http://treasure-data.com/)
* Treasure Data GitHub: [https://github.com/treasure-data/](https://github.com/treasure-data/)
`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](https://github.com/treasure-data/td-client-java)
and it is also used with the [`td CLI`](https://github.com/treasure-data/td).
## 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](https://github.com/treasure-data/td-import-java/blob/master/pom.xml) for more details.
## Configuration
Please refer to the [td-client-java Java client library README](https://github.com/treasure-data/td-client-java/blob/master/README.md#configuration)
for information on how to configure the library.
## License
Apache License, Version 2.0