Skip to content

ksss/embulk-encoder-command

Repository files navigation

embulk-encoder-command

Command encoder plugin for Embulk.

This plugin implement like this command.

$ ... | embulk-formatter-plugin | lzop -1 | embulk-output-plugin
                                  ^^^^^^^
                                  (here)

Overview

  • Plugin type: encoder

Configuration

  • command: execute command (string, required)

Example

out:
  type: file
  encoders:
    - type: command
      command: lzop -1

Build

$ ./gradlew gem  # -t to watch change of files and rebuild continuously

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published