# distribute-keyvalue-database-collections **Repository Path**: EEPPEE_admin/distribute-keyvalue-database-collections ## Basic Information - **Project Name**: distribute-keyvalue-database-collections - **Description**: probe distribute key value database, which internal use go bbolt - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: libdistribkvcgo - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-13 - **Last Updated**: 2026-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: Go语言 ## README # libdistribkvcgo - probe go expose a key value database for c ecosystem - this is not expected be a go package anymore, it is a package that expose to c so far - not production code, should be noticed # funtionality doc 分布式 KV 存储的核心能力: - 多实例部署(不同端口) - 实例间数据自动同步 - 本地查询不到 key 时自动重定向到对应实例 - 保留核心的 set/get/delete 功能 - full-sync 用于手动触发全量同步 # ref links - original repo: https://github.com/YuriyNasretdinov/distribkv # TODO 1. testing more apis 2. cleanup codebase 3. make a bbolot db viewer