{"id":41431768,"url":"https://github.com/wybiral/hookah","last_synced_at":"2026-01-23T14:32:10.110Z","repository":{"id":75328654,"uuid":"121811124","full_name":"wybiral/hookah","owner":"wybiral","description":"A cross-platform tool for data pipelines.","archived":false,"fork":false,"pushed_at":"2020-03-12T15:07:42.000Z","size":3245,"stargazers_count":92,"open_issues_count":3,"forks_count":9,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-06-20T02:09:19.335Z","etag":null,"topics":["data-pipeline","fan-in","fan-out","firehose","golang","hookah","http","pipe","pipeline","serial","tcp","unix-domain-socket","websockets"],"latest_commit_sha":null,"homepage":"","language":"Go","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/wybiral.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":"2018-02-16T23:17:16.000Z","updated_at":"2024-04-11T17:17:55.000Z","dependencies_parsed_at":"2023-06-18T07:05:26.164Z","dependency_job_id":null,"html_url":"https://github.com/wybiral/hookah","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/wybiral/hookah","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wybiral%2Fhookah","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wybiral%2Fhookah/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wybiral%2Fhookah/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wybiral%2Fhookah/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wybiral","download_url":"https://codeload.github.com/wybiral/hookah/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wybiral%2Fhookah/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28694287,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T14:15:13.573Z","status":"ssl_error","status_checked_at":"2026-01-23T14:09:05.534Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["data-pipeline","fan-in","fan-out","firehose","golang","hookah","http","pipe","pipeline","serial","tcp","unix-domain-socket","websockets"],"created_at":"2026-01-23T14:32:09.994Z","updated_at":"2026-01-23T14:32:10.086Z","avatar_url":"https://github.com/wybiral.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hookah\nA cross-platform tool for data pipelines. \n\n[![GoDoc](https://godoc.org/github.com/wybiral/hookah?status.svg)](https://godoc.org/github.com/wybiral/hookah)\n\n# Download options\n\n- [Releases](https://github.com/wybiral/hookah/releases)\n- [Sourcecode](https://github.com/wybiral/hookah/archive/master.zip)\n\n# Build instructions\n### go get\n```\ngo get github.com/wybiral/hookah/cmd/hookah\n```\n### go build\n```\ngo build github.com/wybiral/hookah/cmd/hookah\n```\n\n# Usage instructions (CLI)\nThe hookah command allows you to pipe data between various sources/destinations.\nBy default pipes are full duplex but can be limited to input/output-only mode.\n\nFor details run `hookah -h`\n\n## Examples\n\nPipe from stdin/stdout to a new TCP listener on port 8080:\n```\nhookah stdio tcp-listen://localhost:8080\n```\nNote: this is the same even if you ommit the `stdio` part because hookah will\nassume stdio is indended when only one node (tcp-listen in this case) is used.\n\nPipe from a TCP client on port 8080 to a new WebSocket listener on\nport 8081:\n```\nhookah tcp://localhost:8080 ws-listen://localhost:8081\n```\n\nPipe from a new Unix domain socket listener to a TCP client on port 8080:\n```\nhookah unix-listen://path/to/sock tcp://localhost:8080\n```\n\nPipe only the input from a TCP client to the output of another TCP client:\n```\nhookah -i tcp://:8080 -o tcp://:8081\n```\n\nFan-out the input from a TCP listener to the output of multiple TCP clients:\n```\nhookah -i tcp-listen://:8080 -o tcp://:8081 -o tcp://:8082 -o tcp://:8083\n```\n\n# Usage instructions (Go package)\n[See godoc page](https://godoc.org/github.com/wybiral/hookah).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwybiral%2Fhookah","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwybiral%2Fhookah","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwybiral%2Fhookah/lists"}