{"id":13631550,"url":"https://github.com/databendlabs/openkv","last_synced_at":"2026-01-03T18:02:49.626Z","repository":{"id":43741069,"uuid":"456926429","full_name":"databendlabs/openkv","owner":"databendlabs","description":"LSM based key-value store in rust, design for cloud","archived":false,"fork":false,"pushed_at":"2022-02-27T02:54:58.000Z","size":1203,"stargazers_count":87,"open_issues_count":1,"forks_count":9,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-01-24T01:53:31.375Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/databendlabs.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}},"created_at":"2022-02-08T12:38:53.000Z","updated_at":"2025-01-07T02:56:48.000Z","dependencies_parsed_at":"2022-07-21T09:32:37.114Z","dependency_job_id":null,"html_url":"https://github.com/databendlabs/openkv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databendlabs%2Fopenkv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databendlabs%2Fopenkv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databendlabs%2Fopenkv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databendlabs%2Fopenkv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/databendlabs","download_url":"https://codeload.github.com/databendlabs/openkv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244059850,"owners_count":20391418,"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-08-01T22:02:29.662Z","updated_at":"2026-01-03T18:02:44.592Z","avatar_url":"https://github.com/databendlabs.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# openkv\n\nLSM based key-value store in rust, design for cloud.\n\nThis project is in **Alpha** phase.\nAPI and data layout will change rapidly.\n\n# Goal\n\n- [ ] Transactional key-value store:\n    Provide transactional write, and snapshot read.\n\n- [ ] Pluggable WAL: using local fs, raft log, or Kafka as a WAL provider.\n\n- [ ] Minimize ser/de cost: \n    Access to serialized data in SSTable without deserializing.\n\n- [ ] Design for large datasets:\n\n    Reduce unnecessary IO with an efficient data index.\n    Reduce in-memory data size by combining sparse-index and bloom filter.\n\n- [ ] Flexible compaction policy:\n\n    Reduces unnecessary compaction by comparing SSTable cardinality signature.\n    Reduces IO consumption with partially SSTable merge down.\n    Reclaims space quickly with cross-level SSTable merge.\n\n- [ ] Design for the cloud:\n    Stores less accessed SSTable on S3.\n\n- [ ] Internal sharding\n    A flattened structure reduces write/read amplification.\n    A span with a heavy load will be pushed down more frequently than other spans.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatabendlabs%2Fopenkv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatabendlabs%2Fopenkv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatabendlabs%2Fopenkv/lists"}