{"id":21682330,"url":"https://github.com/beevik/registry","last_synced_at":"2025-03-20T11:14:39.167Z","repository":{"id":70447350,"uuid":"63503588","full_name":"beevik/registry","owner":"beevik","description":"A fault-tolerant key-value registry written in elixir","archived":false,"fork":false,"pushed_at":"2023-05-28T05:44:48.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-25T11:26:46.440Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beevik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-07-16T21:50:00.000Z","updated_at":"2023-05-28T05:44:51.000Z","dependencies_parsed_at":"2024-11-25T15:51:03.593Z","dependency_job_id":null,"html_url":"https://github.com/beevik/registry","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beevik%2Fregistry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beevik%2Fregistry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beevik%2Fregistry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beevik%2Fregistry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beevik","download_url":"https://codeload.github.com/beevik/registry/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244600725,"owners_count":20479307,"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":[],"created_at":"2024-11-25T15:35:39.556Z","updated_at":"2025-03-20T11:14:39.144Z","avatar_url":"https://github.com/beevik.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/beevik/registry.svg?branch=master)](https://travis-ci.org/beevik/registry)\n\nRegistry\n========\n\nRegistry is an Elixir implementation of a monitored process registry.\nIt allows processes to be associated with names, which may be any type\n(except for a pid). When a registered process terminates, its association\nis automatically removed.\n\nThe registry is designed to be used with Elixir GenServer\n[:via tuples](http://elixir-lang.org/docs/stable/elixir/GenServer.html#module-name-registration).\n\n## Examples\n\nHere is how to create a registry:\n\n```elixir\nRegistry.start_link()\n```\n\nHere is how to add an entry to the registry:\n```elixir\nRegistry.register_name(:foo, pid)\n```\n\nHere is how to remove an entry from the registry:\n```elixir\nRegistry.unregister_name(:foo)\n```\n\nHere is how to look up an entry in the registry:\n```elixir\npid = Registry.whereis_name(:foo)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeevik%2Fregistry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeevik%2Fregistry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeevik%2Fregistry/lists"}