{"id":13439036,"url":"https://github.com/bonifaido/rust-zookeeper","last_synced_at":"2025-05-16T10:05:56.932Z","repository":{"id":21493037,"uuid":"24811933","full_name":"bonifaido/rust-zookeeper","owner":"bonifaido","description":"Pure Rust library for Apache ZooKeeper built on MIO","archived":false,"fork":false,"pushed_at":"2024-03-07T14:45:13.000Z","size":1501,"stargazers_count":205,"open_issues_count":28,"forks_count":47,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-05-06T18:17:35.690Z","etag":null,"topics":["curator","rust","zookeeper"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/bonifaido.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":"2014-10-05T08:51:20.000Z","updated_at":"2025-05-02T00:26:49.000Z","dependencies_parsed_at":"2024-06-18T22:59:14.304Z","dependency_job_id":"311a87c8-85af-45a5-82d6-37c1a93f146d","html_url":"https://github.com/bonifaido/rust-zookeeper","commit_stats":{"total_commits":294,"total_committers":24,"mean_commits":12.25,"dds":"0.25850340136054417","last_synced_commit":"af3445bfcb2dd8b7c8481e3af76f4169ebb7eadc"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonifaido%2Frust-zookeeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonifaido%2Frust-zookeeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonifaido%2Frust-zookeeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonifaido%2Frust-zookeeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bonifaido","download_url":"https://codeload.github.com/bonifaido/rust-zookeeper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254509476,"owners_count":22082891,"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":["curator","rust","zookeeper"],"created_at":"2024-07-31T03:01:10.627Z","updated_at":"2025-05-16T10:05:56.892Z","avatar_url":"https://github.com/bonifaido.png","language":"Rust","funding_links":[],"categories":["Libraries","库 Libraries","库","Rust"],"sub_categories":["Database","数据库 Database","数据库"],"readme":"[rust-zookeeper][doc]\n=====================\n[![Build Status](https://github.com/bonifaido/rust-zookeeper/actions/workflows/ci.yml/badge.svg)](https://github.com/bonifaido/rust-zookeeper/actions/workflows/ci.yml)\n[![Coverage Status](https://coveralls.io/repos/bonifaido/rust-zookeeper/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/bonifaido/rust-zookeeper?branch=master)\n[![Version](https://img.shields.io/crates/v/zookeeper.svg)](https://crates.io/crates/zookeeper)\n[![License](https://img.shields.io/crates/l/zookeeper.svg)](http://opensource.org/licenses/MIT)\n\nZookeeper client written 100% in Rust\n\nThis library is intended to be equivalent with the official (low-level) [ZooKeeper][javadoc] client which ships with the official ZK distribution.\n\nI have plans to implement recipes and more complex [Curator][curator] like logic as well, but that takes a lot of time, so pull requests are more than welcome! At the moment only PathChildrenCache is implemented.\n\n## Usage\n\nPut this in your Cargo.toml:\n\n```ini\n[dependencies]\nzookeeper = \"0.8\"\n```\n\nAnd this in your crate root:\n\n```rust\nextern crate zookeeper;\n```\n\n## Examples\nCheck the [examples][examples] directory\n\n## Feature and Bug Handling\nAlso if you find a bug or would like to see a feature implemented please raise an issue or send a pull-request.\n\n## Documentation\nDocumentation is available on the [gh-pages][doc] branch.\n\n[doc]: http://bonifaido.github.io/rust-zookeeper\n[examples]: https://github.com/bonifaido/rust-zookeeper/tree/master/examples\n[javadoc]: https://zookeeper.apache.org/doc/r3.4.6/api/org/apache/zookeeper/ZooKeeper.html\n[curator]: http://curator.apache.org/\n\n## Build and develop\n```shell\ncd zk-test-cluster\nmvn clean package\ncd ..\ncargo test\n```\n## Contributing\nAll contributions are welcome! If you need some inspiration, please take a look at the currently open [issues](https://github.com/bonifaido/rust-zookeeper/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbonifaido%2Frust-zookeeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbonifaido%2Frust-zookeeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbonifaido%2Frust-zookeeper/lists"}