Skip to content

akrennmair/parquet-go-lzo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parquet-go-lzo

Go Reference

This library implements the LZO compression algorithm 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-lzo" // registers the LZO block compressor with parquet-go
)

License

See the file LICENSE for further license information.

Please note that this package is built using github.com/cyberdelia/lzo which in turn uses the original LZO implementation which is licensed as GPLv2+. Please be aware of the licensing implication this can have if you intend to use this in closed-source products that you intend to distribute.

Author

Andreas Krennmair ak@synflood.at

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages