{"id":36835354,"url":"https://github.com/muxable/chord","last_synced_at":"2026-01-12T14:22:03.430Z","repository":{"id":37911015,"uuid":"503597700","full_name":"muxable/chord","owner":"muxable","description":null,"archived":false,"fork":false,"pushed_at":"2022-07-12T17:24:30.000Z","size":23,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-21T18:48:41.419Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/muxable.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}},"created_at":"2022-06-15T03:12:05.000Z","updated_at":"2024-06-21T18:48:41.420Z","dependencies_parsed_at":"2022-08-20T02:20:20.797Z","dependency_job_id":null,"html_url":"https://github.com/muxable/chord","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/muxable/chord","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muxable%2Fchord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muxable%2Fchord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muxable%2Fchord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muxable%2Fchord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muxable","download_url":"https://codeload.github.com/muxable/chord/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muxable%2Fchord/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28340393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-12T14:22:01.975Z","updated_at":"2026-01-12T14:22:03.416Z","avatar_url":"https://github.com/muxable.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# muxable/chord\n\nA minimal implemenation of the Chord distributed hash table datastructure.\n\nThe implementation is based on the [original MIT paper](https://pdos.csail.mit.edu/papers/ton:chord/paper-ton.pdf) and the [AT\u0026T paper](https://arxiv.org/pdf/1502.06461.pdf) to improve resiliency.\n\nInter-node communication is done over HTTP for ease of debugging.\n\n## Example\n\n```\ngo run cmd/main.go -addr 127.0.0.1:5001\ngo run cmd/main.go -addr 127.0.0.1:5002 -join 127.0.0.1:5001\ngo run cmd/main.go -addr 127.0.0.1:5003 -join 127.0.0.1:5002\n```\n\n## Notable differences\n\n- Node id's are not required to be the hash of an ip address. This allows multiple nodes to coexist on a given IP.\n- For ease of implementation, we use a `uint64` instead of a `sha1.Size`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuxable%2Fchord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuxable%2Fchord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuxable%2Fchord/lists"}