Install

  1. curl 을 통해 실행 jar 파일을 받을 수 있다.

    curl --create-dirs -o ~/embulk -L "<https://dl.embulk.org/embulk-latest.jar>"
    
  2. 다운받은 jar 파일에 대하여 실행 권한을 부여한다.

    chmod +x ./embulk/bin/embulk
    
  3. 환경변수에 embulk 의 경로를 넣는다.

    echo 'export PATH="$PATH:$HOME/embulk/bin"' >> ~/.bash_profile
    source ~/.bash_profile
    

PlugIn Install

Download J/Connectors

YML File Create

Run EMBULK

Error Notes

(MySQL) allowPublicKeyRetrieval 관련 에러