{"id":26507597,"url":"https://github.com/instance-oom/node-zookeeper-client-async","last_synced_at":"2025-03-20T23:29:18.281Z","repository":{"id":192766504,"uuid":"687276337","full_name":"instance-oom/node-zookeeper-client-async","owner":"instance-oom","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-13T01:20:46.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T12:07:54.499Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/instance-oom.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}},"created_at":"2023-09-05T02:56:06.000Z","updated_at":"2023-09-05T08:29:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"ad38fe48-4fe9-4b8b-b47d-dfe1e12a8c53","html_url":"https://github.com/instance-oom/node-zookeeper-client-async","commit_stats":null,"previous_names":["instance-oom/node-zookeeper-client-async"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instance-oom%2Fnode-zookeeper-client-async","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instance-oom%2Fnode-zookeeper-client-async/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instance-oom%2Fnode-zookeeper-client-async/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instance-oom%2Fnode-zookeeper-client-async/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/instance-oom","download_url":"https://codeload.github.com/instance-oom/node-zookeeper-client-async/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244709449,"owners_count":20497074,"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":[],"created_at":"2025-03-20T23:29:17.771Z","updated_at":"2025-03-20T23:29:18.274Z","avatar_url":"https://github.com/instance-oom.png","language":"TypeScript","readme":"```bash\nnpm i @instance-oom/node-zookeeper-client-async\n```\n\n```ts\nconst zookeeper = require('@instance-oom/node-zookeeper-client-async');\n\nconst main = async () =\u003e {\n  const client = zookeeper.createClient('127.0.0.1:2181');\n  await client.connectAsync();\n\n  const exists = await client.existsAsync(nodePath);\n  console.log('exists', exists?.ctime?.toString('hex'));\n\n  const { data, stat } = await client.getDataAsync(nodePath);\n  console.log('getDataAsync', data.toString(), stat);\n\n  await client.setDataAsync(nodePath, Buffer.from('xxx'));\n}\nmain();\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstance-oom%2Fnode-zookeeper-client-async","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finstance-oom%2Fnode-zookeeper-client-async","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstance-oom%2Fnode-zookeeper-client-async/lists"}