{"id":16933876,"url":"https://github.com/yah01/cykv-storage","last_synced_at":"2026-06-29T16:31:35.994Z","repository":{"id":105206638,"uuid":"321868468","full_name":"yah01/CyKV-Storage","owner":"yah01","description":"A standalone key-value storage engine","archived":false,"fork":false,"pushed_at":"2021-01-07T09:09:31.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T01:53:26.542Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/yah01.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-16T04:32:42.000Z","updated_at":"2021-01-07T09:09:33.000Z","dependencies_parsed_at":"2024-01-22T22:32:10.891Z","dependency_job_id":null,"html_url":"https://github.com/yah01/CyKV-Storage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yah01/CyKV-Storage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yah01%2FCyKV-Storage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yah01%2FCyKV-Storage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yah01%2FCyKV-Storage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yah01%2FCyKV-Storage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yah01","download_url":"https://codeload.github.com/yah01/CyKV-Storage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yah01%2FCyKV-Storage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34935318,"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-29T02:00:05.398Z","response_time":58,"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":[],"created_at":"2024-10-13T20:50:41.890Z","updated_at":"2026-06-29T16:31:35.975Z","avatar_url":"https://github.com/yah01.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CyKV-Storage\n\n## Cache Layer\nThe engine doesn't read and write files directly when handling the `get`, `set` and `remove` requests, it reads and writes with an inner cache. You can disable the feature by creating a engine with `NoCacheManager`.\n\n### Policy\nThe cache policy is scalable, but there are some basic principles for the engine:\n- `read` causes the policy to determine to evict or not\n- `write` forces the cache to sync contents to disk\n\n## Todo\nThe stages:\n- in-plan\n- developing\n- nightly: available, but hasn't been tested yet\n- stable\n\n|features|stage|comment|\n|:---:|:---:|---|\n|re-open|stable||\n|compaction|stable||\n|server|nightly||\n|cache|nightly|there are still some issues, and bad performance for writing|\n|efficient replay| nightly | store the keydir items which not in the writing log, and replay only the writing log|\n|efficient scan()| nightly | the compaction procedure writes logs lexicographically |\n|ACID transaction| in-plan||","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyah01%2Fcykv-storage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyah01%2Fcykv-storage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyah01%2Fcykv-storage/lists"}