This plugin is embulk file decoder for LZ4, a Extremely fast compression algorithm.
Caution! : This plugin supports LZ4 Frame Format only!
LZ4 Frame Format is the most famously format for compressing file of any size by LZ4. if you use Linux, lz4
program has generating a compressed file formatted by LZ4 Frame Format.
then, this plugin is not supported other formats based on LZ4 algorithm such as raw LZ4 Block Format, currently.
- Plugin type: decoder
- Guess supported: no
No configurable.
in:
type: any output input plugin type
decoders:
- {type: lz4}
$ embulk gem install embulk-decoder-lz4
$ ./gradlew gem # -t to watch change of files and rebuild continuously