{"id":16920547,"url":"https://github.com/arriqaaq/ring","last_synced_at":"2025-04-12T23:42:27.829Z","repository":{"id":57508729,"uuid":"146059678","full_name":"arriqaaq/ring","owner":"arriqaaq","description":"consistent hashing paper implementation using Red Black tree","archived":false,"fork":false,"pushed_at":"2019-06-15T06:24:37.000Z","size":8,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T23:42:22.394Z","etag":null,"topics":["consistent-hash-algorithm","consistent-hashing","consistent-hashing-library","go","red-black-tree","ring"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/arriqaaq.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":"2018-08-25T02:58:24.000Z","updated_at":"2025-01-03T06:30:28.000Z","dependencies_parsed_at":"2022-09-13T08:30:44.614Z","dependency_job_id":null,"html_url":"https://github.com/arriqaaq/ring","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/arriqaaq%2Fring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arriqaaq%2Fring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arriqaaq%2Fring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arriqaaq%2Fring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arriqaaq","download_url":"https://codeload.github.com/arriqaaq/ring/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647257,"owners_count":21139081,"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-hash-algorithm","consistent-hashing","consistent-hashing-library","go","red-black-tree","ring"],"created_at":"2024-10-13T19:48:42.840Z","updated_at":"2025-04-12T23:42:27.804Z","avatar_url":"https://github.com/arriqaaq.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ring\nConsistent hashing paper implementation using Red Black Tree \n![ring](http://paperplanes-assets.s3.amazonaws.com/consistent-hashing.png)\n\n## Example Usage\n\n```go\nring:=NewRing([]string{\"server-1\",\"server-2\",\"server-3\"},1)\nnode:=ring.Get(\"foo\")\n```\n\n\n## TODO\n\n- More test cases\n- Performance test for xxhash\n\n## Paper\nhttps://www.akamai.com/es/es/multimedia/documents/technical-publication/consistent-hashing-and-random-trees-distributed-caching-protocols-for-relieving-hot-spots-on-the-world-wide-web-technical-publication.pdf\n\n\nRing Image source: http://paperplanes-assets.s3.amazonaws.com/consistent-hashing.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farriqaaq%2Fring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farriqaaq%2Fring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farriqaaq%2Fring/lists"}