parq

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2021 License: MIT Imports: 12 Imported by: 0

README

parq

Test Go Reference parq parq

created by Austin Poor

A CLI for examining parquet files.

About

parq has the following capabilities:

  • schema: Shows a parquet file's column names and data types.
  • show: Shows all rows of a parquet file.
  • head: Shows the first n rows of a parquet file.
  • tail: Shows the last n rows of a parquet file
  • random: Shows the n random rows of a parquet file.
  • convert: (TODO) Convert a parquet file to/from another format
$ parq 
NAME:
   parq - A tool for exploring parquet files

USAGE:
   parq [global options] command [command options] [arguments...]

VERSION:
   v0.1.0

DESCRIPTION:
   parq is a tool for exploring parquet files.
       
   parq helps with viewing data in a parquet file, viewing a
   file's schema, and converting data to/from parquet files.
   
   Read more here: https://github.com/a-poor/parq
   Submit issues here: https://github.com/a-poor/parq/issues

AUTHOR:
   Austin Poor <code@austinpoor.com>

COMMANDS:
   schema, s     Shows a parquet file's column names and data types.
   show, all, a  Shows all rows of a parquet file.
   head, h       Shows the first n rows of a parquet file.
   tail, t       Shows the last n rows of a parquet file
   random, r     Shows the n random rows of a parquet file.
   convert, c    Convert a parquet file to/from another format.
   help, h       Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help (default: false)
   --version, -v  print the version (default: false)

COPYRIGHT:
   Copyright (c) 2021 Austin Poor

Installation

Homebrew
brew tap a-poor/parq
brew install parq
Snap

Get it from the Snap Store

snap install parq

Go Install

go install github.com/a-poor/parq

License

MIT License

Contributing

Contributions are welcome!

  • Suggest new features
  • Report bugs
  • Add docs
  • Add tests

Or, just say hi and let me know if this app has been helpful!

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL