{"id":18371111,"url":"https://github.com/welefen/thrift-hbase-client","last_synced_at":"2026-01-22T21:59:53.979Z","repository":{"id":141387778,"uuid":"139654784","full_name":"welefen/thrift-hbase-client","owner":"welefen","description":"hbase client generated by thrift","archived":false,"fork":false,"pushed_at":"2019-11-26T02:37:04.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-31T07:26:14.132Z","etag":null,"topics":["client","hbase","thrift"],"latest_commit_sha":null,"homepage":"","language":"Thrift","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/welefen.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-07-04T01:45:09.000Z","updated_at":"2019-11-26T02:37:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"e385cb66-1460-4baf-966d-d80c224d209e","html_url":"https://github.com/welefen/thrift-hbase-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/welefen/thrift-hbase-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welefen%2Fthrift-hbase-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welefen%2Fthrift-hbase-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welefen%2Fthrift-hbase-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welefen%2Fthrift-hbase-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/welefen","download_url":"https://codeload.github.com/welefen/thrift-hbase-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welefen%2Fthrift-hbase-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28672290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T20:48:19.482Z","status":"ssl_error","status_checked_at":"2026-01-22T20:48:14.968Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["client","hbase","thrift"],"created_at":"2024-11-05T23:43:01.387Z","updated_at":"2026-01-22T21:59:53.963Z","avatar_url":"https://github.com/welefen.png","language":"Thrift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# thrift-hbase-client\n\nHbase.thrift from https://raw.githubusercontent.com/apache/hbase/master/hbase-thrift/src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift\n\n```\nthrift --gen js:node Hbase.thrift\n```\n\n## install\n\n```\nnpm i thrift-hbase-client\n```\n\n## use\n\n```js\nconst HBase = require('thrift-hbase-client');\nconst instance = new HBase({\n  host: '',\n  port: 9090\n});\n\ninstance.getRow({table: 'tableName', rowkey: key}).then(data =\u003e {\n  console.log(data);\n}).catch(err =\u003e {\n  console.error(err);\n})\n\ninstance.putRow({\n  table: 'tableName',\n  rowkey: 'welefen_1',\n  columns: {\n    'value:default': 'welefen_1'\n  }\n}).then(data =\u003e {\n  console.log(data);\n}).catch(err =\u003e {\n  console.error(err);\n})\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwelefen%2Fthrift-hbase-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwelefen%2Fthrift-hbase-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwelefen%2Fthrift-hbase-client/lists"}