{"id":38955462,"url":"https://github.com/leanovate/play-etcd-client","last_synced_at":"2026-01-17T16:15:30.584Z","repository":{"id":57730697,"uuid":"44392857","full_name":"leanovate/play-etcd-client","owner":"leanovate","description":null,"archived":false,"fork":false,"pushed_at":"2016-05-02T11:25:10.000Z","size":1054,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-03-26T15:05:33.937Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","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/leanovate.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}},"created_at":"2015-10-16T15:09:13.000Z","updated_at":"2024-03-26T15:05:33.937Z","dependencies_parsed_at":"2022-09-26T22:01:31.836Z","dependency_job_id":null,"html_url":"https://github.com/leanovate/play-etcd-client","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/leanovate/play-etcd-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanovate%2Fplay-etcd-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanovate%2Fplay-etcd-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanovate%2Fplay-etcd-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanovate%2Fplay-etcd-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leanovate","download_url":"https://codeload.github.com/leanovate/play-etcd-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanovate%2Fplay-etcd-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: 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":[],"created_at":"2026-01-17T16:15:29.901Z","updated_at":"2026-01-17T16:15:30.550Z","avatar_url":"https://github.com/leanovate.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# play-etcd-client\n\nBuild status: [![Build Status](https://travis-ci.org/leanovate/play-etcd-client.svg?branch=master)](https://travis-ci.org/leanovate/play-etcd-client) [![codecov.io](https://codecov.io/github/leanovate/play-etcd-client/coverage.svg?branch=master)](https://codecov.io/github/leanovate/play-etcd-client?branch=master)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/de.leanovate/play-etcd-client_2.11/badge.svg)](https://maven-badges.herokuapp.com/maven-central/de.leanovate/play-etcd-client_2.11)\n\nSimple library to use etcd in a play application.\n\n## Usage\n\nThe current version is supposed to run with Play 2.4 or higher.\n\nAdd the following dependency to your project\n\n```\nlibraryDependencies += \"de.leanovate\" %% \"play-etcd-client\" % \"2.4.0\"\n```\n\nThe library has two main classes:\n\n* `de.leanovate.play.etcd.EtcdClient`\n  * Encapsulates low level interactions with the etcd cluster.\n  * `getNode`: Get value or directory node\n  * `createValue`: Create a value node in a directory (with auto-generated key)\n  * `updateValue`: Create or update a value node\n  * `deleteValue`: Delete a value node\n  * `updateDir`: Create or update a directory node\n  * `deleteDir`: Delete directory node\n* `de.leanovate.play.etcd.EtcdOperation`\n  * Implements higher level usecases one might realize with an etcd cluster.\n  * `getValues`: Convenient method to get values from value or directory nodes\n  * `transformValue` / `tryTransformValue`: Perform an atomic transformation on a value node\n  * `enqueueValue` / `dequeueValue`: Use a directory node as queue\n  * `lock` / `tryLock`: Perform a cluster-wide synchronization of code block\n\n## License\n\n[MIT Licence](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleanovate%2Fplay-etcd-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleanovate%2Fplay-etcd-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleanovate%2Fplay-etcd-client/lists"}