{"id":30846322,"url":"https://github.com/nickmonad/kv","last_synced_at":"2026-06-23T04:31:45.415Z","repository":{"id":313544458,"uuid":"1038810855","full_name":"nickmonad/kv","owner":"nickmonad","description":"small and fast key/value store","archived":false,"fork":false,"pushed_at":"2025-12-24T18:53:33.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T09:30:37.737Z","etag":null,"topics":["key-value","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/nickmonad.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-15T21:30:14.000Z","updated_at":"2025-12-24T18:53:36.000Z","dependencies_parsed_at":"2026-01-04T15:00:46.024Z","dependency_job_id":null,"html_url":"https://github.com/nickmonad/kv","commit_stats":null,"previous_names":["nickmonad/kv"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nickmonad/kv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickmonad%2Fkv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickmonad%2Fkv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickmonad%2Fkv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickmonad%2Fkv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickmonad","download_url":"https://codeload.github.com/nickmonad/kv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickmonad%2Fkv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34675970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":["key-value","zig"],"created_at":"2025-09-07T00:07:31.349Z","updated_at":"2026-06-23T04:31:45.404Z","avatar_url":"https://github.com/nickmonad.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"kv\n==\n\n`kv` is a simple Redis-compatible key/value store.\n\n\u003e [!WARNING]\n\u003e There are tons of sharp edges in this codebase and obvious cases where errors are not handled correctly.\n\u003e Please do not depend on it in production!\n\n\n## Goals\n\n* Learn Zig.\n* No dependencies.\n* Static memory allocation.\n* `io_uring` integration for connection handling.\n* Experiment with various testing strategies like fuzzing\n* Have fun.\n\n## Non-goals\n\n* Full compatibility with Redis protocol.\n* Support for non-Linux systems.\n\n## Usage\n\n```\nzig build\n./zig-out/bin/kv\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickmonad%2Fkv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickmonad%2Fkv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickmonad%2Fkv/lists"}