{"id":22506508,"url":"https://github.com/a-poor/parq","last_synced_at":"2025-03-27T23:41:12.409Z","repository":{"id":57641881,"uuid":"434456241","full_name":"a-poor/parq","owner":"a-poor","description":"A CLI for examining parquet files.","archived":false,"fork":false,"pushed_at":"2023-07-26T22:41:28.000Z","size":64,"stargazers_count":2,"open_issues_count":9,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T06:35:59.147Z","etag":null,"topics":["cli","data-science","golang","parquet"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/a-poor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-03T03:39:42.000Z","updated_at":"2024-03-12T10:25:44.000Z","dependencies_parsed_at":"2024-06-20T14:02:05.321Z","dependency_job_id":"a0cf192e-f4da-47c2-acd3-fd44f18860d6","html_url":"https://github.com/a-poor/parq","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-poor%2Fparq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-poor%2Fparq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-poor%2Fparq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-poor%2Fparq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a-poor","download_url":"https://codeload.github.com/a-poor/parq/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245944061,"owners_count":20697947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","data-science","golang","parquet"],"created_at":"2024-12-07T00:44:00.991Z","updated_at":"2025-03-27T23:41:12.391Z","avatar_url":"https://github.com/a-poor.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# parq\n\n[![Test](https://github.com/a-poor/parq/actions/workflows/test.yml/badge.svg)](https://github.com/a-poor/parq/actions/workflows/test.yml)\n[![Go Reference](https://pkg.go.dev/badge/github.com/a-poor/parq.svg)](https://pkg.go.dev/github.com/a-poor/parq)\n[![parq](https://snapcraft.io/parq/badge.svg)](https://snapcraft.io/parq)\n[![parq](https://snapcraft.io/parq/trending.svg?name=0)](https://snapcraft.io/parq)\n\n_created by Austin Poor_\n\nA CLI for examining parquet files.\n\n## About\n\n`parq` has the following capabilities:\n* _schema_: Shows a parquet file's column names and data types.\n* _show_: Shows all rows of a parquet file.\n* _head_: Shows the first n rows of a parquet file.\n* _tail_: Shows the last n rows of a parquet file\n* _random_: Shows the n random rows of a parquet file.\n* _convert_: (TODO) Convert a parquet file to/from another format\n\n```terminal\n$ parq \nNAME:\n   parq - A tool for exploring parquet files\n\nUSAGE:\n   parq [global options] command [command options] [arguments...]\n\nVERSION:\n   v0.1.0\n\nDESCRIPTION:\n   parq is a tool for exploring parquet files.\n       \n   parq helps with viewing data in a parquet file, viewing a\n   file's schema, and converting data to/from parquet files.\n   \n   Read more here: https://github.com/a-poor/parq\n   Submit issues here: https://github.com/a-poor/parq/issues\n\nAUTHOR:\n   Austin Poor \u003ccode@austinpoor.com\u003e\n\nCOMMANDS:\n   schema, s     Shows a parquet file's column names and data types.\n   show, all, a  Shows all rows of a parquet file.\n   head, h       Shows the first n rows of a parquet file.\n   tail, t       Shows the last n rows of a parquet file\n   random, r     Shows the n random rows of a parquet file.\n   convert, c    Convert a parquet file to/from another format.\n   help, h       Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --help, -h     show help (default: false)\n   --version, -v  print the version (default: false)\n\nCOPYRIGHT:\n   Copyright (c) 2021 Austin Poor\n```\n\n## Installation\n\n### Homebrew\n\n```bash\nbrew tap a-poor/parq\nbrew install parq\n```\n\n### Snap\n\n[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-white.svg)](https://snapcraft.io/parq)\n\n```bash\nsnap install parq\n```\n\n_NOTE: There seem to be some issues currently with the snap install (see [here](https://github.com/a-poor/parq/issues/8)). Try installing with [Homebrew](https://github.com/a-poor/parq#homebrew), [go install](https://github.com/a-poor/parq#go-install), or from the [releases page](https://github.com/a-poor/parq/releases)._\n\n## Go Install\n\n```bash\ngo install github.com/a-poor/parq\n```\n\n## Precompiled Binaries\n\nCheck out the [repo's releases page](https://github.com/a-poor/parq/releases).\n\n## License\n\n[MIT License](./LICENSE)\n\n## Contributing\n\nContributions are welcome!\n\n* Suggest new features\n* Report bugs\n* Add docs\n* Add tests\n\nOr, just say hi and let me know if this app has been helpful!\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa-poor%2Fparq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa-poor%2Fparq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa-poor%2Fparq/lists"}