{"id":16864302,"url":"https://github.com/asonix/ex-router","last_synced_at":"2025-03-18T16:42:38.484Z","repository":{"id":73275005,"uuid":"49783136","full_name":"asonix/ex-router","owner":"asonix","description":"A distributed routing system for Elixir applications","archived":false,"fork":false,"pushed_at":"2016-01-31T22:52:31.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T20:34:50.224Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asonix.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":"2016-01-16T17:23:36.000Z","updated_at":"2024-04-19T15:57:51.000Z","dependencies_parsed_at":"2023-04-06T23:03:54.592Z","dependency_job_id":null,"html_url":"https://github.com/asonix/ex-router","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/asonix%2Fex-router","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asonix%2Fex-router/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asonix%2Fex-router/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asonix%2Fex-router/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asonix","download_url":"https://codeload.github.com/asonix/ex-router/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244263582,"owners_count":20425350,"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-10-13T14:41:28.699Z","updated_at":"2025-03-18T16:42:38.466Z","avatar_url":"https://github.com/asonix.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Router\n\n_Most of this functionality is provided by Elixir itself. I need to read up on how much of the code I have here is actually useful_\n\nAn elixir package to select routes to nodes based on availability and number of cores.\n\nOutline:\n -  UP process: Keeps list of up nodes\n -  DOWN process: Keeps a list of down nodes\n -  MANAGER process: Responds to queries about this node's state, can add new nodes to UP when encountered\n -  TIMER process: Frequently asks UP and DOWN to reevaluate their lists\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed as:\n\n  1. Add router to your list of dependencies in `mix.exs`:\n\n        def deps do\n          [{:router, \"~\u003e 0.0.1\"}]\n        end\n\n  2. Ensure router is started before your application:\n\n        def application do\n          [applications: [:router]]\n        end\n\n## License\nEX Router is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nEX Router is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\nThis file is part of EX Router.\n\nYou should have received a copy of the GNU General Public License\nalong with EX Router.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasonix%2Fex-router","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasonix%2Fex-router","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasonix%2Fex-router/lists"}