{"id":21852440,"url":"https://github.com/congard/zookeeper-sandbox-agh","last_synced_at":"2025-06-30T03:07:18.130Z","repository":{"id":243561727,"uuid":"812740599","full_name":"congard/zookeeper-sandbox-agh","owner":"congard","description":"This repository contains a basic example of Apache's ZooKeeper usage. Made as a part of Distributed Systems course at the AGH University of Science and Technology.","archived":false,"fork":false,"pushed_at":"2024-06-09T19:13:03.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T18:35:42.089Z","etag":null,"topics":["agh","agh-university","agh-ust","agh-wi","compose","distributed-systems","kotlin","zookeeper"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/congard.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":"2024-06-09T18:39:26.000Z","updated_at":"2024-06-09T19:15:09.000Z","dependencies_parsed_at":"2024-06-15T14:31:42.092Z","dependency_job_id":null,"html_url":"https://github.com/congard/zookeeper-sandbox-agh","commit_stats":null,"previous_names":["congard/zookeeper-sandbox-agh"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/congard/zookeeper-sandbox-agh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/congard%2Fzookeeper-sandbox-agh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/congard%2Fzookeeper-sandbox-agh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/congard%2Fzookeeper-sandbox-agh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/congard%2Fzookeeper-sandbox-agh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/congard","download_url":"https://codeload.github.com/congard/zookeeper-sandbox-agh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/congard%2Fzookeeper-sandbox-agh/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262702326,"owners_count":23350643,"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":["agh","agh-university","agh-ust","agh-wi","compose","distributed-systems","kotlin","zookeeper"],"created_at":"2024-11-28T01:17:04.409Z","updated_at":"2025-06-30T03:07:18.095Z","avatar_url":"https://github.com/congard.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZooKeeper Sandbox\n\nThis repository contains a basic example of Apache's ZooKeeper usage.\nMade as a part of Distributed Systems course at the AGH University of Science and Technology.\n\n**Language**: Kotlin\n\u003cbr\u003e**UI**: Jetpack Compose\n\n## Configuration\n\nBefore running, please make sure that you have read and configured\nZooKeeper server according to [these](scripts/README.md) instructions.\n\n### Environment variables\n\n| Name          | Description                                                               | Default          |\n|---------------|---------------------------------------------------------------------------|------------------|\n| `ZK_HOSTNAME` | Server's ip and port                                                      | `127.0.0.1:2181` |\n| `ZK_EXT_APP`  | An executable that will be launched/closed on node `/a` creation/deletion | `glxgears`       |\n\n## Usage\n\n1. Start server\n2. Execute\n   ```bash\n   ./gradlew run\n   ```\n3. Now execute some commands, e.g. `create /a`, `delete /a`, `create /a/b` etc\n\n## Original task\n\nStworzyć aplikację w środowisku Zookeeper (Java, …) która wykorzystując mechanizm\nobserwatorów (watches) umożliwia następujące funkcjonalności:\n\n- Jeśli tworzony jest znode o nazwie \"a\" uruchamiana jest zewnętrzna aplikacja\n  graficzna (dowolna, określona w linii poleceń),\n- Jeśli jest kasowany \"a\" aplikacja zewnętrzna jest zatrzymywana,\n- Każde dodanie potomka do \"a\" powoduje wyświetlenie graficznej informacji na ekranie\n  o aktualnej ilości potomków.\n\n- Dodatkowo aplikacja powinna mieć możliwość wyświetlenia całej struktury drzewa \"a\".\n- Stworzona aplikacja powinna działać w środowisku \"Replicated ZooKeeper\".\n- ZooKeeper 3.8.4 API - https://zookeeper.apache.org/doc/r3.8.4/apidocs/zookeeper-server/index.html","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcongard%2Fzookeeper-sandbox-agh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcongard%2Fzookeeper-sandbox-agh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcongard%2Fzookeeper-sandbox-agh/lists"}