{"id":18002819,"url":"https://github.com/am-kantox/cloister","last_synced_at":"2025-10-15T14:39:16.888Z","repository":{"id":36220704,"uuid":"217541373","full_name":"am-kantox/cloister","owner":"am-kantox","description":"Lightweight Cluster handling with support for consensus and dynamic configuration","archived":false,"fork":false,"pushed_at":"2024-06-10T15:04:27.000Z","size":2306,"stargazers_count":18,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T00:32:28.232Z","etag":null,"topics":["clustering","elixir","erlang-distribution"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/am-kantox.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":"2019-10-25T13:36:36.000Z","updated_at":"2024-12-08T15:39:59.000Z","dependencies_parsed_at":"2024-03-19T09:31:06.013Z","dependency_job_id":"79445631-b4d8-4069-8190-93694114f5e5","html_url":"https://github.com/am-kantox/cloister","commit_stats":{"total_commits":186,"total_committers":3,"mean_commits":62.0,"dds":0.08602150537634412,"last_synced_commit":"57057e8acff5dffe0904accd73daf55b85be02c4"},"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"purl":"pkg:github/am-kantox/cloister","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/am-kantox%2Fcloister","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/am-kantox%2Fcloister/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/am-kantox%2Fcloister/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/am-kantox%2Fcloister/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/am-kantox","download_url":"https://codeload.github.com/am-kantox/cloister/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/am-kantox%2Fcloister/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279085582,"owners_count":26100017,"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-10-15T02:00:07.814Z","response_time":56,"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":["clustering","elixir","erlang-distribution"],"created_at":"2024-10-29T23:24:01.667Z","updated_at":"2025-10-15T14:39:16.835Z","avatar_url":"https://github.com/am-kantox.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloister    [![Kantox ❤ OSS](https://img.shields.io/badge/❤-kantox_oss-informational.svg)](https://kantox.com/)  ![Test](https://github.com/am-kantox/cloister/workflows/Test/badge.svg)  ![Dialyzer](https://github.com/am-kantox/cloister/workflows/Dialyzer/badge.svg)\n\n**The helper application to manage cluster of nodes.**\n\n## Installation\n\n- Add the dependency to your `mix.exs` file:\n\n```elixir\ndef deps do\n  [\n    {:cloister, \"~\u003e 0.5\"},\n    ...\n  ]\nend\n```\n\n- Make sure both `:cloister` and `:libring` applications are configured properly in your `config.exs`\n\n```elixir\nconfig :cloister,\n  sentry: ~w|node1@127.0.0.1 node2@127.0.0.1|a,\n  consensus: 2\n```\n\n- Make sure `:cloister` application is started. This does not require any action unless you have the list of applications specified explicitly. If so, add `:cloister` there.\n\n## Changelog\n\n- **`0.18.0`** [BREAK] `sentry` is always properly set up, `Listener.on_state_change/3`\n- **`0.17.0`** [TST] shortnames, proper testing with `enfiladex`\n- **`0.16.0`** [EXP] experimental `mix` tasks to test/run stuff in a cloister\n- **`0.15.0`** [BUG] fixed `Cloister.multicast/multicall`\n- **`0.14.0`** named isolated `Finitomata` supervision tree\n- **`0.13.0`** [BUG] fixed `Cloister.state/0` adding groups (credits: @anthony-gonzalez-kantox)\n- **`0.12.0`** complete rewrite of cluster assembly based on `Finitomata`\n- **`0.10.0`** `Cloister.siblings!/0` and `Cloister.consensus/0`, better tests\n- **`0.9.0`** `Cloister.multiapply/4` to wrap `:rpc.multicall/4`\n- **`0.7.0`** `magic? :: boolean()` and `loopback? :: boolean()` config params to avoid cluster building in tests\n- **`0.6.0`** support many hashrings within the same cloister\n- **`0.2.0`** use `Application.c:start_phase/3` callback to postpone application start until the consensus is reached\n\n---\n\n## [Documentation](https://hexdocs.pm/cloister).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fam-kantox%2Fcloister","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fam-kantox%2Fcloister","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fam-kantox%2Fcloister/lists"}