Skip to content

This package extends github.com/fraugster/parquet-go with the Brotli compression algorithm.

License

Notifications You must be signed in to change notification settings

akrennmair/parquet-go-brotli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parquet-go-brotli

Go Reference

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
)

License

See the file LICENSE for further license information.

Author

Andreas Krennmair ak@synflood.at

About

This package extends github.com/fraugster/parquet-go with the Brotli compression algorithm.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages