Skip to content

ksss/embulk-decoder-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

embulk-decoder-command

Command decoder plugin for Embulk.

Embulk decoder plugin that executes another process.

This plugin supports Embulk 0.11 only.

This plugin implement like this command image.

$ embulk-input-plugin | lzop -dc | embulk-filter-plugin | ...
                        ^^^^^^^^
                         (here)

You can decode input with any process.

Overview

  • Plugin type: decoder
  • Guess supported: no
  • Embulk compatibility: 0.11

Configuration

  • command: exec command (string, required)

Example

in:
  type: any output input plugin type
  decoders:
    - type: command
      command: lzop -dc

Build

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

About

Embulk decoder plugin that exec another process.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •