{"id":29572023,"url":"https://github.com/ymgyt/kvsd","last_synced_at":"2025-07-19T04:36:53.368Z","repository":{"id":62441782,"uuid":"254413720","full_name":"ymgyt/kvsd","owner":"ymgyt","description":"Key value store in Rust","archived":false,"fork":false,"pushed_at":"2024-08-24T10:22:29.000Z","size":218,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-08T23:17:37.228Z","etag":null,"topics":["kvs","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/ymgyt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-04-09T15:46:45.000Z","updated_at":"2024-08-24T10:22:32.000Z","dependencies_parsed_at":"2024-06-09T09:29:06.320Z","dependency_job_id":"b9ea5b7e-e63e-44b3-8164-e1773a677983","html_url":"https://github.com/ymgyt/kvsd","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ymgyt/kvsd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymgyt%2Fkvsd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymgyt%2Fkvsd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymgyt%2Fkvsd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymgyt%2Fkvsd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ymgyt","download_url":"https://codeload.github.com/ymgyt/kvsd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymgyt%2Fkvsd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265889163,"owners_count":23844539,"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":["kvs","rust"],"created_at":"2025-07-19T04:36:52.608Z","updated_at":"2025-07-19T04:36:53.356Z","avatar_url":"https://github.com/ymgyt.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kvsd\n\nKvsd is an asynchronous key value store with tokio runtime.\nThe key value is saved by appending it to a file and keeps the offset in memory.\n\n[blog post](https://blog.ymgyt.io/entry/key_value_store_with_tokio)\n\n## Quick Start\n\nterminal1\n```\n# running server (default port: 7379)\n$ kvsd server --disable-tls\n```\n\nterminal2\n```\n# running client\n$ kvsd set key1 value1 --disable-tls\nOK\n\n$ kvsd get key1 --disable-tls\nvalue1\n\n$ kvsd delete key1 --disable-tls\nOK old value: value1\n```\n\n## Configurations\n\nThe order of configuration priority is as follows.(high to low)\n\n- command line flag\n- environment variables\n- configuration file\n- default value\n\n### kvsd \n\n### server\n\n| Key | Description | Default | \n| --- | ----------- | ------- |\n| max_tcp_connections | Number of clients that can be connected simultaneously | 10240 | \n| connection_tcp_buffer_bytes | Buffer to be allocated per client | 4096 |\n| authenticate_timeout_milliseconds | Time to wait for authentication from client when tcp connection is established | 300 |\n\n## Logging\n\nTo specify logging directive, use `KVSD_LOG` environment variable.\n\n```console\n$ KVSD_LOG=info kvsd\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymgyt%2Fkvsd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fymgyt%2Fkvsd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymgyt%2Fkvsd/lists"}