{"id":31658458,"url":"https://github.com/couchbase/jtap","last_synced_at":"2025-10-07T15:23:16.731Z","repository":{"id":1413752,"uuid":"1492861","full_name":"couchbase/jtap","owner":"couchbase","description":"Java Tap Client for Membase","archived":false,"fork":false,"pushed_at":"2011-03-18T22:15:35.000Z","size":2402,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2023-08-03T07:53:03.295Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ryantate/rturk","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/couchbase.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-03-17T18:29:57.000Z","updated_at":"2020-02-21T21:36:02.000Z","dependencies_parsed_at":"2022-07-07T11:39:42.986Z","dependency_job_id":null,"html_url":"https://github.com/couchbase/jtap","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/couchbase/jtap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/couchbase%2Fjtap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/couchbase%2Fjtap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/couchbase%2Fjtap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/couchbase%2Fjtap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/couchbase","download_url":"https://codeload.github.com/couchbase/jtap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/couchbase%2Fjtap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278796610,"owners_count":26047466,"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-07T02:00:06.786Z","response_time":59,"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-10-07T15:23:14.345Z","updated_at":"2025-10-07T15:23:16.726Z","avatar_url":"https://github.com/couchbase.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"----------------------------------------------------------------------\n                           __  __\n                          |__|/  |______  ______\n                          |  \\   __\\__  \\ \\____ \\\n                          |  ||  |  / __ \\|  |_\u003e \u003e\n                      /\\__|  ||__| (____  /   __/\n                      \\______|          \\/|__|\n\n----------------------------------------------------------------------\n                        A Tap Client for Java\n----------------------------------------------------------------------\n\n\n# Building\n\n    ant\n\nA jar should be generated in the build folder\n\n# Documentation\n\n    ant doc\n\nCheck out docs/javadocs/index.html\n\n# Using\n\nYou need to create a `TapStreamClient`, an `Exporter`, and a\n`TapStream`. The `TapStreamClient` is given an exporter which handles\ndata output from the tap stream connection. To start streaming data\ncall the start function in `TapStreamClient` and pass in a `TapStream`\ntemplate.\n\n# Example\n\nCreates a custom tap stream that will dump all key in a Membase server\nand send only the key names. All of the key names will be exported to\na file named `results.txt`\n\n    TapStreamClient client = new TapStreamClient(\"10.1.5.102\", 11210, \"default\", null);\n    Exporter exporter = new FileExporter(\"results.txt\");\n    CustomStream tapListener = new CustomStream(exporter, \"node1\");\n    tapListener.keysOnly();\n    tapListener.doDump();\n    client.start(tapListener);\n\n# Contact\n\nThe [couchbase server forums][forum] welcomes you and whatever\nquestions you may have regarding using jtap and all other things\ncouchbase.\n\nSee also: the full specification for the [TAP protocol][tapspec].\n\n[tapspec]: http://techzone.couchbase.com/wiki/display/membase/TAP+Protocol\n[forum]: http://techzone.couchbase.com/forums/couchbase/couchbase-server\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcouchbase%2Fjtap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcouchbase%2Fjtap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcouchbase%2Fjtap/lists"}