inokappa / embulk-filter-query_string_parse

embulk の filter プラグインサンプルです. https://inokara.hateblo.jp/entry/2020/05/12/232722

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

embulk-filter-query_string_parse

これは

  • embulk の filter プラグインサンプルです

Setup

Require

  • Docker
  • docker-compose

docker build

$ docker-compose build
$ docker-compose up -d

docker コンテナにて

Docker コンテナには docker exec -t -i embulk bash でログイン, ログイン後に以下を実行します.

# plugin のインストール
$ embulk bundle

# 動作確認
$ embulk preview config.cloudfront.xxx.yml --load-path ./plugins

# 実行
$ embulk run config.cloudfront.xxx.yml --load-path ./plugins

About

embulk の filter プラグインサンプルです. https://inokara.hateblo.jp/entry/2020/05/12/232722


Languages

Language:Ruby 89.9%Language:Dockerfile 10.1%