{"id":15010151,"url":"https://github.com/jumpwire-ai/hydrax","last_synced_at":"2025-12-25T15:37:32.930Z","repository":{"id":48496930,"uuid":"381426609","full_name":"jumpwire-ai/hydrax","owner":"jumpwire-ai","description":"Convenience wrapper around Horde","archived":false,"fork":false,"pushed_at":"2022-08-17T14:30:04.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-09-19T04:26:25.793Z","etag":null,"topics":["distributed-systems","elixir"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jumpwire-ai.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}},"created_at":"2021-06-29T16:14:48.000Z","updated_at":"2022-12-20T03:00:36.000Z","dependencies_parsed_at":"2022-07-29T23:19:20.320Z","dependency_job_id":null,"html_url":"https://github.com/jumpwire-ai/hydrax","commit_stats":null,"previous_names":[],"tags_count":6,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jumpwire-ai%2Fhydrax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jumpwire-ai%2Fhydrax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jumpwire-ai%2Fhydrax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jumpwire-ai%2Fhydrax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jumpwire-ai","download_url":"https://codeload.github.com/jumpwire-ai/hydrax/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243258505,"owners_count":20262300,"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"],"created_at":"2024-09-24T19:30:53.796Z","updated_at":"2025-12-25T15:37:32.894Z","avatar_url":"https://github.com/jumpwire-ai.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hydrax\n\n![Hex.pm](https://img.shields.io/hexpm/v/hydrax)\n\nShared functionality for working with PIDs across a distributed cluster. Acts as a wrapper\naround [Horde](https://hex.pm/packages/horde), providing a few convenience functions such as helpers for working with two-element registry keys.\n\n![](https://media.giphy.com/media/lRvz4z4Ql1T1UjtKKF/giphy.gif)\n\n## Installation\n\nThe package can be installed by adding `hydrax` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:hydrax, \"~\u003e 0.3\"},\n  ]\nend\n```\n\nThen add either the Registry, Supervisor, or both to your application tree:\n\n``` elixir\ndefmodule Application do\n  @moduledoc false\n\n  use Application\n\n  @impl true\n  def start(_type, _args) do\n    children = [\n      Hydrax.Registry,\n      Hydrax.Supervisor,\n      # other children\n    ]\n\n    opts = [strategy: :one_for_one, name: Application]\n    Supervisor.start_link(children, opts)\n  end\nend\n```\n\nThe Registry and Supervisor are thin wrappers around Horde.Registry and Horde.DynamicSupervisor. The [Horde documentation](https://hexdocs.pm/horde/readme.html) is the best place to learn how to use these.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjumpwire-ai%2Fhydrax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjumpwire-ai%2Fhydrax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjumpwire-ai%2Fhydrax/lists"}