genzouw / embulk-output-td

This is a container for importing data into Treasure Data using Embulk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

embulk-output-td

Docker Cloud build status Docker Pulls Docker Cloud Automated build

dockeri.co

Description

This is a container for importing data into Treasure Data using Embulk.

Please contact me anytime if you have a problem or request! My information is posted at the bottom of this document.

Requirements

Installation

You do not need to install !

Usage

Refer to "Create seed configuration file" on the following page for the description method of "load.yml".

# Generate load.yml from seed.yml
$ docker run --rm -i -t \
    -v $PWD:/workdir \
    --workdir /workdir \
    genzouw/embulk-output-td guess seed.yml -o load.yml

# Import to Treasure Data using load.yml
$ docker run --rm -i -t \
    -v $PWD:/workdir \
    --workdir /workdir \
    genzouw/embulk-output-td run load.yml

License

This software is released under the MIT License, see LICENSE.

Help

Got a question ?

File a Github issue, send an email to genzouw@gmail.com or tweet to @genzouw on Twitter.

Author Information

genzouw

About

This is a container for importing data into Treasure Data using Embulk.


Languages

Language:Dockerfile 89.0%Language:Shell 11.0%