{"id":13562029,"url":"https://github.com/rabbitmq/aten","last_synced_at":"2025-05-16T17:02:19.168Z","repository":{"id":29382260,"uuid":"119693466","full_name":"rabbitmq/aten","owner":"rabbitmq","description":"An adaptive accrual node failure detection library for Elixir and Erlang","archived":false,"fork":false,"pushed_at":"2025-02-19T20:45:55.000Z","size":240,"stargazers_count":51,"open_issues_count":1,"forks_count":14,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-04-03T17:11:40.615Z","etag":null,"topics":["distributed-systems","elixir","erlang","failure-detection"],"latest_commit_sha":null,"homepage":"","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rabbitmq.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","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":"2018-01-31T13:51:46.000Z","updated_at":"2025-03-21T10:38:31.000Z","dependencies_parsed_at":"2023-11-22T16:28:22.035Z","dependency_job_id":"e5d27297-5133-4e4a-8c9f-6ba32316045d","html_url":"https://github.com/rabbitmq/aten","commit_stats":{"total_commits":73,"total_committers":8,"mean_commits":9.125,"dds":0.5342465753424658,"last_synced_commit":"2ddc9d4b0164207ded0b5b1643c078401b4684be"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitmq%2Faten","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitmq%2Faten/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitmq%2Faten/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitmq%2Faten/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rabbitmq","download_url":"https://codeload.github.com/rabbitmq/aten/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248590437,"owners_count":21129821,"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":["distributed-systems","elixir","erlang","failure-detection"],"created_at":"2024-08-01T13:01:03.791Z","updated_at":"2025-04-12T15:36:53.630Z","avatar_url":"https://github.com/rabbitmq.png","language":"Erlang","funding_links":[],"categories":["Erlang"],"sub_categories":[],"readme":"# Aten\n\nThis is an implementation of [A New Adaptive Accrual Failure Detector for Dependable Distributed Systems](https://dl.acm.org/citation.cfm?id=1244129)\nfor distributed Erlang.\n\nAten is an essential dependency of [Ra](https://github.com/rabbitmq/ra).\n\n## Project Maturity\n\n`aten` is a reasonably mature project that has been used in production\nfor a few years. Breaking public API changes are unlikely.\n\n## Build Status\n\n![Actions](https://github.com/rabbitmq/aten/actions/workflows/tests.yml/badge.svg)\n\n## Use\n\n``` erl\n%% start the aten application if not part of a release\n{ok, _Apps} = aten:start(),\n%% register interest in status changes for a node\nok = aten:register(node1@host),\n%% receive status change events\nreceive\n    {node_event, node1@host, down} -\u003e ok;\n    {node_event, node1@host, up} -\u003e ok\nend\n\n%% deregister interest\nok = aten:deregister(node1@host),\n```\n\n## Build\n\n``` shell\ngmake\n```\n\nOr with Rebar 3\n\n``` shell\n\nrebar3 compile\n```\n\n## License\n\n`aten` is [dual-licensed](./LICENSE) under the Mozilla Public License 2.0\nand the Apache Public License 2.0.\n\n(c) 2017-2024 Broadcom. All Rights Reserved. The term \"Broadcom\" refers to Broadcom Inc. and/or its subsidiaries.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabbitmq%2Faten","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frabbitmq%2Faten","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabbitmq%2Faten/lists"}