/parquet-go

Golang library to work with PARQUET files

Primary LanguageGoOtherNOASSERTION

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