{"id":13710865,"url":"https://github.com/joeygibson/verticat","last_synced_at":"2026-01-11T22:53:53.354Z","repository":{"id":54487061,"uuid":"332062092","full_name":"joeygibson/verticat","owner":"joeygibson","description":"A tool to count rows, take rows from, and combine Vertica native binary files.","archived":false,"fork":false,"pushed_at":"2022-06-24T03:19:12.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-05T21:14:08.280Z","etag":null,"topics":["database","vertica"],"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/joeygibson.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}},"created_at":"2021-01-22T21:03:36.000Z","updated_at":"2021-04-23T03:19:26.000Z","dependencies_parsed_at":"2022-08-13T17:30:49.984Z","dependency_job_id":null,"html_url":"https://github.com/joeygibson/verticat","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/joeygibson%2Fverticat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeygibson%2Fverticat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeygibson%2Fverticat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeygibson%2Fverticat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joeygibson","download_url":"https://codeload.github.com/joeygibson/verticat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252764181,"owners_count":21800651,"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":["database","vertica"],"created_at":"2024-08-02T23:01:01.591Z","updated_at":"2026-01-11T22:53:53.348Z","avatar_url":"https://github.com/joeygibson.png","language":"Go","funding_links":[],"categories":["Tools"],"sub_categories":[],"readme":"# Verticat\n\n![Build Status](https://github.com/joeygibson/verticat/workflows/build/badge.svg)\n![Release Status](https://github.com/joeygibson/verticat/workflows/release/badge.svg)\n\nA tool to count the rows, and take rows\nfrom  [Vertica native binary files](https://www.vertica.com/docs/9.3.x/HTML/Content/Authoring/AdministratorsGuide/BinaryFilesAppendix/CreatingNativeBinaryFormatFiles.htm)\n.\n\n## Usage\n\n```bash\nUsage: verticat [-cfHv] [-h value] [-o value] [-t value] [file...]\n -c, --count       count rows\n -f, --force       force overwrite of output file\n -h, --head=value  take the first n rows\n -H, --help        show help\n -o, --output=value\n                   write head/tail results to this file\n -t, --tail=value  take the last n rows\n -v, --version     show version\n```\n\nRunning with `--count` will print out the number of data rows in the file(s). The header does not count as a row.\n\nRunning with `--head` or `--tail` will copy the first `n` rows, or the last `n` rows, respectively, to the output. When\neither is used with multiple files, `n` rows will be taken from each file, and written to the output.\n\nIf `--output` is not specified, `stdout` is used. Be careful with this, since binary data echoed to the console may be\nundesirable.\n\nIf combining multiple files with `--head`, `--tail`, or no options, they must all share the same column layout.\n\nIf no options are given, `verticat` acts like the standard `cat` program, reading from `stdin` if no files are given. Since\nVertica native files start with a metadata header, if you want to cat multiple files together, specify them as arguments\nto `verticat` itself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeygibson%2Fverticat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoeygibson%2Fverticat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeygibson%2Fverticat/lists"}