Skip to content

yuuzi41/embulk-decoder-lz4

Repository files navigation

Lz4 decoder plugin for Embulk

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.

Overview

  • Plugin type: decoder
  • Guess supported: no

Configuration

No configurable.

Example

in:
  type: any output input plugin type
  decoders:
    - {type: lz4}
$ embulk gem install embulk-decoder-lz4

Build

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

About

LZ4 decoder plugin for Embulk

Resources

License

Stars

Watchers

Forks

Packages

No packages published