Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 875 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 875 Bytes

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