{"id":31027241,"url":"https://github.com/yukirii/drchord","last_synced_at":"2025-11-04T02:04:23.384Z","repository":{"id":17701921,"uuid":"20507981","full_name":"yukirii/drchord","owner":"yukirii","description":"Chord algorithm based distributed hash table using dRuby","archived":false,"fork":false,"pushed_at":"2017-12-22T13:02:32.000Z","size":98,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-13T18:58:08.421Z","etag":null,"topics":["dht","druby","ruby"],"latest_commit_sha":null,"homepage":"http://www.slideshare.net/shiftky/p2p-29488800","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"smohadjer/sameHeight","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yukirii.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":"2014-06-05T01:49:26.000Z","updated_at":"2021-01-11T05:07:32.000Z","dependencies_parsed_at":"2022-09-04T14:01:43.061Z","dependency_job_id":null,"html_url":"https://github.com/yukirii/drchord","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yukirii/drchord","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukirii%2Fdrchord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukirii%2Fdrchord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukirii%2Fdrchord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukirii%2Fdrchord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yukirii","download_url":"https://codeload.github.com/yukirii/drchord/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukirii%2Fdrchord/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278770726,"owners_count":26042828,"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-07T02:00:06.786Z","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":["dht","druby","ruby"],"created_at":"2025-09-13T18:58:04.938Z","updated_at":"2025-10-07T12:03:40.826Z","avatar_url":"https://github.com/yukirii.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DRChord: A Distributed Hash Table with dRuby\n\n## Overview\nDRChord is one of the distributed hash table (DHT).\n\nIt is based structured Peer-to-Peer architecture.\n\n## Install\n\n```\nbundle install\n```\n\n## Usage\n\n### Start node01\n\n```\n% bundle exec ruby main.rb\nI, [2016-06-04T19:03:05.260044 #81577]  INFO -- : dRuby server start - druby://127.0.0.1:3000\nI, [2016-06-04T19:03:05.260117 #81577]  INFO -- : Ctrl-C to shutdown node\nI, [2016-06-04T19:03:05.261176 #81577]  INFO -- : Press the enter key to print node info...\n```\n\n### Start node02\n\n```\n% bundle exec ruby main.rb -p 4000 -e 127.0.0.1:3000\nI, [2016-06-04T19:03:45.940079 #82426]  INFO -- : dRuby server start - druby://127.0.0.1:4000\nI, [2016-06-04T19:03:45.940152 #82426]  INFO -- : Ctrl-C to shutdown node\nI, [2016-06-04T19:03:45.940294 #82426]  INFO -- : Press the enter key to print node info...\n```\n\n### Start DHT shell\n\n```\n% bundle exec ruby shell.rb -n 127.0.0.1:3000\n\n\u003e help\nCommand list:\n  status\n  put\n  delete\n  help\n  exit\n\n\u003e put hello world\ntrue\n\n\u003e get hello\nValue: world\n\n\u003e delete hello\nKey \u0026 Value deleted. - (hello)\n```\n\n## Licence\n\n[MIT](https://github.com/shiftky/drchord/blob/master/LICENCE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyukirii%2Fdrchord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyukirii%2Fdrchord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyukirii%2Fdrchord/lists"}