{"id":30366722,"url":"https://github.com/marcelmay/parquet-cli-standalone","last_synced_at":"2025-10-11T20:13:55.744Z","repository":{"id":260897092,"uuid":"882646458","full_name":"marcelmay/parquet-cli-standalone","owner":"marcelmay","description":"Provides a standalone Parquet CLI JAR","archived":false,"fork":false,"pushed_at":"2025-10-06T18:08:39.000Z","size":50,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T20:23:28.996Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcelmay.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-03T11:40:26.000Z","updated_at":"2025-10-06T18:08:36.000Z","dependencies_parsed_at":"2024-12-23T13:22:39.843Z","dependency_job_id":"00bf0f6d-d6cd-4c4a-9407-c04df9cd99fb","html_url":"https://github.com/marcelmay/parquet-cli-standalone","commit_stats":null,"previous_names":["marcelmay/parquet-cli-standalone"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/marcelmay/parquet-cli-standalone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelmay%2Fparquet-cli-standalone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelmay%2Fparquet-cli-standalone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelmay%2Fparquet-cli-standalone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelmay%2Fparquet-cli-standalone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcelmay","download_url":"https://codeload.github.com/marcelmay/parquet-cli-standalone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelmay%2Fparquet-cli-standalone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008579,"owners_count":26084480,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-08-19T23:02:42.441Z","updated_at":"2025-10-11T20:13:55.730Z","avatar_url":"https://github.com/marcelmay.png","language":"Java","funding_links":[],"categories":["Tools"],"sub_categories":["Command-line"],"readme":"# parquet-cli-standalone\n\n[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]\n[![Maven Central](https://img.shields.io/maven-central/v/de.m3y.parquet/parquet-cli-standalone.svg?style=flat-square)][maven_repo_search]\n[![ci](https://github.com/marcelmay/parquet-cli-standalone/actions/workflows/ci.yml/badge.svg)](https://github.com/marcelmay/parquet-cli-standalone/actions/workflows/ci.yml)\n\nProvides a standalone [Apache Parquet](https://parquet.apache.org/) [CLI JAR](https://github.com/apache/parquet-java/tree/master/parquet-cli) by including [required Hadoop dependencies](https://github.com/apache/parquet-java/tree/master/parquet-cli#running),  \nfor simple distribution and usage.\n\nThe versioning aligns with [Parquet releases](https://github.com/apache/parquet-java/releases).  \nFor example, `parquet-cli-standalone-1.15.0-shaded.jar` would be based on [Parquet 1.15.0](https://github.com/apache/parquet-java/releases/tag/apache-parquet-1.15.0).\n\n## Usage\n\nSee the [Apache Parquet CLI documentation](https://github.com/apache/parquet-java/tree/master/parquet-cli#help) for details on the CLI arguments.\n\n```bash\n# General\njava -jar \u003cJAR\u003e \u003cPARQUET CLI ARGS\u003e\n# Concrete example\njava -jar target/parquet-cli-standalone-*-shaded.jar meta target/test-classes/part-m-00000.gz.parquet\n\nFile path:  target/test-classes/part-m-00000.gz.parquet\nCreated by: parquet-mr version 1.15.0-SNAPSHOT (build 73a4430af6c40f8eb246ad4911eb6d103c9a2abe)\nProperties:\n         pig.schema: name: chararray,age: chararray,gender: chararray\n  writer.model.name: thrift\n  thrift.descriptor: {\n  \"id\" : \"STRUCT\",\n  \"children\" : [ {\n    \"name\" : \"name\",\n    \"fieldId\" : 1,\n    \"requirement\" : \"REQUIRED\",\n    \"type\" : {\n      \"id\" : \"STRING\",\n      \"logicalTypeAnnotation\" : null,\n      \"binary\" : false\n    }\n\n...\n\nSchema:\nmessage ParquetSchema {\n  required binary name (STRING) = 1;\n  optional binary age (STRING) = 2;\n  optional binary gender (STRING) = 3;\n}\n\n\nRow group 0:  count: 3  92,33 B records  start: 4  total(compressed): 277 B total(uncompressed):181 B \n--------------------------------------------------------------------------------\n        type      encodings count     avg size   nulls   min / max\nname    BINARY    G   _     3         23,67 B    0       \"Alice3\" / \"Charles3\"\nage     BINARY    G _ R     3         33,67 B    0       \"average\" / \"average\"\ngender  BINARY    G _ R     3         35,00 B    0       \"unavailable\" / \"unavailable\"\n```\n\n[license]: https://www.apache.org/licenses/LICENSE-2.0\n[maven_repo_search]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22de.m3y.parquet%22%20AND%20a%3A%22parquet-cli-standalone%22\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelmay%2Fparquet-cli-standalone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelmay%2Fparquet-cli-standalone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelmay%2Fparquet-cli-standalone/lists"}