{"id":33918733,"url":"https://github.com/block/bergr","last_synced_at":"2026-03-10T11:06:45.849Z","repository":{"id":325747436,"uuid":"1101120896","full_name":"block/bergr","owner":"block","description":"Bergr is a lightweight utility for inspecting Apache Iceberg tables","archived":false,"fork":false,"pushed_at":"2026-03-05T01:47:33.000Z","size":161,"stargazers_count":2,"open_issues_count":4,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-05T07:30:03.893Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/block.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":"CODEOWNERS","security":null,"support":null,"governance":"GOVERNANCE.md","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":"2025-11-21T08:15:25.000Z","updated_at":"2026-03-05T01:47:37.000Z","dependencies_parsed_at":"2026-02-19T22:06:20.989Z","dependency_job_id":null,"html_url":"https://github.com/block/bergr","commit_stats":null,"previous_names":["block/bergr"],"tags_count":1,"template":false,"template_full_name":"block/oss-project-template","purl":"pkg:github/block/bergr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block%2Fbergr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block%2Fbergr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block%2Fbergr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block%2Fbergr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/block","download_url":"https://codeload.github.com/block/bergr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block%2Fbergr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30209889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T05:23:27.321Z","status":"ssl_error","status_checked_at":"2026-03-07T05:00:17.256Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-12-12T08:31:09.618Z","updated_at":"2026-03-10T11:06:45.840Z","avatar_url":"https://github.com/block.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bergr\n\n`bergr` is a lightweight CLI for inspecting [Apache Iceberg](https://iceberg.apache.org/) tables.\n\n## Features\n\n- **Multiple catalog types**: AWS Glue, REST catalogs, or direct file access\n- **Inspect tables**: View metadata, schemas, snapshots, and data files\n- **Explore catalogs**: List namespaces and tables\n\n## Installation\n\n```bash\ncargo install --path .\n```\n\n## Usage\n\n### AWS Glue Data Catalog\n\n```bash\n# Inspect a table\nbergr glue table my_database.my_table metadata\nbergr glue table my_database.my_table snapshots\nbergr glue table my_database.my_table snapshot current info\nbergr glue table my_database.my_table schemas\n\n# List the files in a table (optionally checking they actually exist)\nbergr glue table my_database.my_table snapshot current files\nbergr glue table my_database.my_table snapshot current files --verify\n\n# List databases and tables\nbergr glue namespaces\nbergr glue namespace my_database info\nbergr glue namespace my_database tables\n```\n\n### REST catalog\n\n```bash\n# Inspect a table\nbergr rest http://localhost:8181 table my_namespace.my_table ...\n\n# List namespaces and tables\nbergr rest http://localhost:8181 namespaces\nbergr rest http://localhost:8181 namespace my_namespace info\nbergr rest http://localhost:8181 namespace my_namespace tables\n```\n\n### Direct access via metadata file location\n\n```bash\nbergr from s3://bucket/path/to/metadata.json metadata\nbergr from s3://bucket/path/to/metadata.json snapshots\nbergr from s3://bucket/path/to/metadata.json snapshot current info\n```\n\n## License\n\n[Apache License, Version 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblock%2Fbergr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblock%2Fbergr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblock%2Fbergr/lists"}