{"id":16766380,"url":"https://github.com/mosuka/rendezvous","last_synced_at":"2025-04-10T19:10:48.442Z","repository":{"id":57638342,"uuid":"433715349","full_name":"mosuka/rendezvous","owner":"mosuka","description":"Weighted Rendezvous Hashing","archived":false,"fork":false,"pushed_at":"2024-04-05T02:54:08.000Z","size":9,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T16:51:49.213Z","etag":null,"topics":["consistent-hashing","go","golang","rendezvous-hashing","weighted"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause-clear","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mosuka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"mosuka","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-12-01T06:49:14.000Z","updated_at":"2022-02-12T20:30:10.000Z","dependencies_parsed_at":"2024-06-21T16:35:25.540Z","dependency_job_id":"bbc482af-7a3d-4dd9-b814-bd5140a36aa8","html_url":"https://github.com/mosuka/rendezvous","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosuka%2Frendezvous","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosuka%2Frendezvous/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosuka%2Frendezvous/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosuka%2Frendezvous/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mosuka","download_url":"https://codeload.github.com/mosuka/rendezvous/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248279605,"owners_count":21077407,"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":["consistent-hashing","go","golang","rendezvous-hashing","weighted"],"created_at":"2024-10-13T06:06:13.580Z","updated_at":"2025-04-10T19:10:48.422Z","avatar_url":"https://github.com/mosuka.png","language":"Go","readme":"# Weighted Rendezvous Hashing\n\nAn alternative to Consistent Hashing.  Evenly distributes load on node removal.\n\n```go\nring := rendezvous.New()\nfor _, s := range serversAndWeights {\n  ring.AddWithWeight(s.Addr, s.Weight)\n}\n\naddr := ring.Lookup(\"some_client_addr\")\n```\n","funding_links":["https://github.com/sponsors/mosuka"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosuka%2Frendezvous","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmosuka%2Frendezvous","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosuka%2Frendezvous/lists"}