awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesBinary Document Encodings

Use of binary formats like CBOR to store structured documents more efficiently than plain text.

Distinct from JSON Document Storage: Focuses specifically on the binary encoding layer of document storage rather than general JSON persistence

Explore 1 awesome GitHub repository matching data & databases · Binary Document Encodings. Refine with filters or upvote what's useful.

Awesome Binary Document Encodings GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • apache/incubator-kvrocksapache 的头像

    apache/incubator-kvrocks

    4,339在 GitHub 上查看↗

    Kvrocks 是一个基于磁盘的 NoSQL 数据库和分布式键值存储,利用 RocksDB 存储引擎将大数据集持久化到物理磁盘。它被设计为 Redis 兼容数据库,利用标准的 Redis 通信协议确保与现有客户端库和工具的互操作性。 该项目的独特之处在于将磁盘持久化存储模型与高级检索能力相结合,包括用于 k-近邻查询的向量搜索、全文搜索索引和地理空间查询执行。它支持具有基于槽位(slot)的数据分布和拓扑管理的分布式集群,以实现水平扩展和高可用性。 该系统涵盖了广泛的数据存储类型,包括 JSON 文档、流、有序集合、哈希映射和位图。它提供了全面的数据管理工具,如原子事务、基于日志的复制以及用于基数估计和成员检查的概率数据结构。此外,它还包括服务端脚本、发布/订阅消息传递以及针对服务器健康状况和存储引擎性能的详细监控。

    Saves structured JSON data using binary encoding to reduce disk usage and improve parsing speed.

    C++
    在 GitHub 上查看↗4,339
  1. Home
  2. Data & Databases
  3. JSON Document Storage
  4. Binary Document Encodings