{"id":13508942,"url":"https://github.com/danielberkompas/immortal","last_synced_at":"2025-09-07T06:35:27.727Z","repository":{"id":30522519,"uuid":"34077023","full_name":"danielberkompas/immortal","owner":"danielberkompas","description":"Helper modules for OTP applications","archived":false,"fork":false,"pushed_at":"2021-02-13T23:54:34.000Z","size":29,"stargazers_count":175,"open_issues_count":1,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-09-07T06:34:16.990Z","etag":null,"topics":["elixir","otp","otp-applications"],"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/danielberkompas.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-16T19:49:49.000Z","updated_at":"2025-01-01T17:10:03.000Z","dependencies_parsed_at":"2022-08-17T20:31:11.979Z","dependency_job_id":null,"html_url":"https://github.com/danielberkompas/immortal","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/danielberkompas/immortal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielberkompas%2Fimmortal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielberkompas%2Fimmortal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielberkompas%2Fimmortal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielberkompas%2Fimmortal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielberkompas","download_url":"https://codeload.github.com/danielberkompas/immortal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielberkompas%2Fimmortal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274005336,"owners_count":25205934,"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-07T02:00:09.463Z","response_time":67,"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":["elixir","otp","otp-applications"],"created_at":"2024-08-01T02:01:00.742Z","updated_at":"2025-09-07T06:35:27.707Z","avatar_url":"https://github.com/danielberkompas.png","language":"Elixir","funding_links":[],"categories":["OTP"],"sub_categories":[],"readme":"Immortal\n========\n\n[![Build Status](https://danielberkompas.semaphoreci.com/badges/immortal/branches/master.svg?style=shields)](https://danielberkompas.semaphoreci.com/projects/immortal)\n\nImmortal is a small collection of helper modules intended to make it easier\nto build a fault-tolerant OTP application. Each module tries to solve a\ncommon problem in the most concise possible way.\n\n## Included Modules:\n\n- `Immortal.ETSTableManager`: Keep your ETS tables alive while your process\n  is rebooted by your supervisor.\n\n- `Immortal.Ghost`: Create processes which remain alive for a set period\n  after a target process dies.\n\n## Installation\n\nGet it from Hex:\n\n```elixir\ndef deps do\n  {:immortal, \"~\u003e 0.2.2\"}\nend\n```\n\nOr from Github:\n\n```elixir\ndef deps do\n  {:immortal, github: \"danielberkompas/immortal\"}\nend\n```\n\nThen run `mix deps.get`.\n\n## Contributing\nCheck out the [Contributing Guidelines](CONTRIBUTING.md).\n\n## License\nMIT. See the `LICENSE` file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielberkompas%2Fimmortal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielberkompas%2Fimmortal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielberkompas%2Fimmortal/lists"}