Skip to content

tuneliza/parquet-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parquet-go

	./dump dump ./parquet/testdata/nation.impala.parquet

Library to work with Parquet file format in Go. WARNING: totally not ready to use

Resources

Usage

Documentation is available via GoDoc.

license Build Status

References

License

MIT - see LICENSE

So the problem is to first have a schema and then write the information and keep this information to then write them at the end of the file.

TODO

  • Support Old BitEncoding (Encoder / Decoder)
  • Support DataPageV2 (Encoder / Decoder)
  • Support for crc inside Page
  • Support for nested levels
  • Support int96
  • Support LZO

About

Golang library to work with PARQUET files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.9%
  • Python 3.1%