{"id":21964530,"url":"https://github.com/intob/daved","last_synced_at":"2025-03-22T21:24:33.361Z","repository":{"id":240219163,"uuid":"800941790","full_name":"intob/daved","owner":"intob","description":"A tiny CLI on godave","archived":false,"fork":false,"pushed_at":"2024-12-10T23:32:04.000Z","size":104,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T08:04:09.163Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/intob.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-15T09:44:07.000Z","updated_at":"2024-12-10T23:32:08.000Z","dependencies_parsed_at":"2024-06-08T17:44:00.428Z","dependency_job_id":"a1f08070-999d-43b0-aea8-9f9830e30511","html_url":"https://github.com/intob/daved","commit_stats":null,"previous_names":["intob/daved"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intob%2Fdaved","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intob%2Fdaved/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intob%2Fdaved/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intob%2Fdaved/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intob","download_url":"https://codeload.github.com/intob/daved/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245021645,"owners_count":20548376,"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":[],"created_at":"2024-11-29T12:24:06.214Z","updated_at":"2025-03-22T21:24:33.329Z","avatar_url":"https://github.com/intob.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dave CLI\n\nDave is a distributed key-value store built on UDP. XOR distance metric is used to select storage replicas. Random storage challenges measure peer reliability.\n\n## Installation\n\n```bash\ngo install github.com/intob/daved\n```\n\n## Quick Start\n\nGenerate a new key pair:\n```bash\ndave keygen\n```\n\nStart a node:\n```bash\ndave -udp_listen_addr \"[::]:8000\"\n```\n\n## Configuration\n\n**Command Line Flags**\n\n| Flag | Description | Default |\n|------|-------------|---------|\n| `-cfg` | Config filename | \"\" |\n| `-data_key_filename` | Data private key file | \"key.dave\" |\n| `-d` | Proof-of-work difficulty (zero bits) | 16 |\n| `-udp_listen_addr` | Listen address:port | \"[::]:127\" |\n| `-edges` | Comma-separated bootstrap peers | \"\" |\n| `-backup_filename` | Backup file location | \"\" |\n| `-shard_cap` | Maximum dats per shard | 10000 |\n| `-log_level` | Logging verbosity (ERROR/DEBUG) | \"ERROR\" |\n| `-log_unbuffered` | Set to any value to write to stdout without buffer | \"\" |\n\n## Commands\n\n**Key Generation**\n```bash\ndave keygen [filename]\n```\n\n**Store Data**\n```bash\ndave put \u003ckey\u003e \u003cvalue\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintob%2Fdaved","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintob%2Fdaved","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintob%2Fdaved/lists"}