{"id":15528408,"url":"https://github.com/samdvr/consistenthash-routing","last_synced_at":"2025-10-09T17:05:33.020Z","repository":{"id":70614114,"uuid":"178507545","full_name":"samdvr/ConsistentHash-Routing","owner":"samdvr","description":"Consistent Hash Routing ","archived":false,"fork":false,"pushed_at":"2019-03-30T22:49:57.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-09T17:05:31.550Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","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/samdvr.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":"2019-03-30T03:40:29.000Z","updated_at":"2019-04-05T09:47:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"c12530a1-0815-4637-b7ed-95a6afed75a9","html_url":"https://github.com/samdvr/ConsistentHash-Routing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samdvr/ConsistentHash-Routing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdvr%2FConsistentHash-Routing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdvr%2FConsistentHash-Routing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdvr%2FConsistentHash-Routing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdvr%2FConsistentHash-Routing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samdvr","download_url":"https://codeload.github.com/samdvr/ConsistentHash-Routing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdvr%2FConsistentHash-Routing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001890,"owners_count":26083197,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-02T11:12:58.478Z","updated_at":"2025-10-09T17:05:32.996Z","avatar_url":"https://github.com/samdvr.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Consistent Hashing Router\n\nThis library provides a consistent hashing algorithm\nto route to different service discovery implementations.\n\nCurrently, supports consul with jump hash algorithm.\n\n```scala\nimport com.samdvr.consistenthashrouting.consul._\nval key = 123\nval node = ConsulRouter(new consul.Consul(CONSUL_IP, CONSUL_PORT, Option(CONSUL_ACL_TOKEN))).get(key)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamdvr%2Fconsistenthash-routing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamdvr%2Fconsistenthash-routing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamdvr%2Fconsistenthash-routing/lists"}