{"id":13640878,"url":"https://github.com/zio-archive/zio-keeper","last_synced_at":"2025-09-23T18:30:29.675Z","repository":{"id":33958845,"uuid":"140141185","full_name":"zio-archive/zio-keeper","owner":"zio-archive","description":"A ZIO library for building distributed systems","archived":true,"fork":false,"pushed_at":"2024-09-03T19:47:25.000Z","size":624,"stargazers_count":199,"open_issues_count":40,"forks_count":41,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-06-16T23:48:34.438Z","etag":null,"topics":["distributed-systems","scala","zio"],"latest_commit_sha":null,"homepage":"https://zio.dev/zio-keeper","language":"Scala","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/zio-archive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-08T05:49:12.000Z","updated_at":"2025-01-20T12:58:44.000Z","dependencies_parsed_at":"2024-05-20T21:15:55.253Z","dependency_job_id":"3b8243d5-6957-481d-afe9-5bf420b3f205","html_url":"https://github.com/zio-archive/zio-keeper","commit_stats":{"total_commits":210,"total_committers":17,"mean_commits":"12.352941176470589","dds":0.4904761904761905,"last_synced_commit":"7f7c78ed90f138b7bc634e9f4e290caafdbab810"},"previous_names":["zio-archive/zio-keeper","zio/zio-keeper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zio-archive/zio-keeper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zio-archive%2Fzio-keeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zio-archive%2Fzio-keeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zio-archive%2Fzio-keeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zio-archive%2Fzio-keeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zio-archive","download_url":"https://codeload.github.com/zio-archive/zio-keeper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zio-archive%2Fzio-keeper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276628287,"owners_count":25676283,"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-09-23T02:00:09.130Z","response_time":73,"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":["distributed-systems","scala","zio"],"created_at":"2024-08-02T01:01:15.296Z","updated_at":"2025-09-23T18:30:29.392Z","avatar_url":"https://github.com/zio-archive.png","language":"Scala","funding_links":[],"categories":["Official ZIO Libraries"],"sub_categories":[],"readme":"[//]: # (This file was autogenerated using `zio-sbt-website` plugin via `sbt generateReadme` command.)\n[//]: # (So please do not edit it manually. Instead, change \"docs/index.md\" file or sbt setting keys)\n[//]: # (e.g. \"readmeDocumentation\" and \"readmeSupport\".)\n\n# ZIO Keeper\n\nZIO Keeper is a purely-functional, type-safe library for building distributed systems.\n\n[![Experimental](https://img.shields.io/badge/Project%20Stage-Experimental-yellowgreen.svg)](https://github.com/zio/zio/wiki/Project-Stages) ![CI Badge](https://github.com/zio/zio-keeper/workflows/CI/badge.svg) [![Sonatype Snapshots](https://img.shields.io/nexus/s/https/oss.sonatype.org/dev.zio/zio-keeper_2.13.svg?label=Sonatype%20Snapshot)](https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio-keeper_2.13/) [![ZIO Keeper](https://img.shields.io/github/stars/zio/zio-keeper?style=social)](https://github.com/zio/zio-keeper)\n\n## Introduction\n\nIt provides numerous primitives for tackling the common problems in distributed computing (e.g. leader election, cluster forming etc.).\n\nUnder the hood, the library is backed by [ZIO][Link-ZIO] and [ZIO NIO][Link-NIO], profiting from their performant, type and resource-safe APIs:\n- **Composable**. Design complex systems by composing the available building blocks.\n- **Resilient**. Build apps with automated failure recovery.\n- **Secure**. Benefit from security guarantees built into the library core.\n\nFrom the high-level perspective, the library can be separated into the following\n\"modules\":\n- transport\n- membership\n- consensus\n\n## Installation\n\nIn order to use this library, we need to add the following line in our `build.sbt` file:\n\n```scala\nlibraryDependencies += \"dev.zio\" %% \"zio-keeper\" % \"\u003cversion\u003e\"\n\nresolvers += Resolver.sonatypeRepo(\"snapshots\")\n```\n\n[Link-ZIO]: https://zio.dev\n[Link-NIO]: https://zio.github.io/zio-nio/\n\n## Documentation\n\nLearn more on the [ZIO Keeper homepage](https://zio.dev/zio-keeper/)!\n\n## Contributing\n\nFor the general guidelines, see ZIO [contributor's guide](https://zio.dev/about/contributing).\n\n## Code of Conduct\n\nSee the [Code of Conduct](https://zio.dev/about/code-of-conduct)\n\n## Support\n\nCome chat with us on [![Badge-Discord]][Link-Discord].\n\n[Badge-Discord]: https://img.shields.io/discord/629491597070827530?logo=discord \"chat on discord\"\n[Link-Discord]: https://discord.gg/2ccFBr4 \"Discord\"\n\n## License\n\n[License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzio-archive%2Fzio-keeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzio-archive%2Fzio-keeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzio-archive%2Fzio-keeper/lists"}