{"id":26848954,"url":"https://github.com/am-kantox/distributed_supervisor","last_synced_at":"2025-05-02T19:19:34.911Z","repository":{"id":282586979,"uuid":"948949399","full_name":"am-kantox/distributed_supervisor","owner":"am-kantox","description":"Distributed dynamic supervisor using `:pg` as a registry","archived":false,"fork":false,"pushed_at":"2025-05-01T07:40:31.000Z","size":683,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-01T17:52:34.396Z","etag":null,"topics":["dynamic-supervisor","elixir","supervisor"],"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,"zenodo":null}},"created_at":"2025-03-15T10:30:21.000Z","updated_at":"2025-05-01T07:40:24.000Z","dependencies_parsed_at":"2025-04-14T07:32:48.115Z","dependency_job_id":"03e1b954-1716-473d-bfc7-6627764e10e5","html_url":"https://github.com/am-kantox/distributed_supervisor","commit_stats":null,"previous_names":["am-kantox/distributed_supervisor"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/am-kantox%2Fdistributed_supervisor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/am-kantox%2Fdistributed_supervisor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/am-kantox%2Fdistributed_supervisor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/am-kantox%2Fdistributed_supervisor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/am-kantox","download_url":"https://codeload.github.com/am-kantox/distributed_supervisor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252092622,"owners_count":21693402,"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":["dynamic-supervisor","elixir","supervisor"],"created_at":"2025-03-30T21:23:49.400Z","updated_at":"2025-05-02T19:19:34.881Z","avatar_url":"https://github.com/am-kantox.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DistributedSupervisor\n\n## Purpose\n\n`DistributedSupervisor` is exactly what its name says. It’s a `DynamicSupervisor` working\ntransparently in a distributed environment.\n\n### Example\n\n```elixir\niex|🌢|n1@am|1\u003e DistributedSupervisor.start_link(name: DS)\n{:ok, #PID\u003c0.307.0\u003e}\niex|🌢|n1@am|2\u003e DistributedSupervisor.start_child(DS, {MyGenServer, name: MGS})\n{:ok, #PID\u003c0.311.0\u003e, MGS}\niex|🌢|n1@am|3\u003e DistributedSupervisor.children(DS)\n%{MGS =\u003e #PID\u003c0.311.0\u003e}\n```\n\n## Installation\n\n```elixir\ndef deps do\n  [\n    {:distributed_supervisor, \"~\u003e 0.1\"}\n  ]\nend\n```\n\n## [Documentation](https://hexdocs.pm/distributed_supervisor).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fam-kantox%2Fdistributed_supervisor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fam-kantox%2Fdistributed_supervisor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fam-kantox%2Fdistributed_supervisor/lists"}