This library implements the Brotli compression algorithms for github.com/fraugster/parquet-go. By default,
parquet-go
library only supports GZIP
and SNAPPY
as compression algorithms to minimize the list
of dependencies.
All you need to do is import this package into your program and the compression algorithm will be automatically available in parquet-go
.
import (
_ "github.com/akrennmair/parquet-go-brotli" // registers the Brotli block compressor with parquet-go
)
See the file LICENSE
for further license information.
Andreas Krennmair ak@synflood.at