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

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

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

rescrv/HyperDex

0
View on GitHub↗
1,406 星标·166 分支·C++·BSD-3-Clause·6 次浏览hyperdex.org↗

HyperDex

HyperDex is a scalable, searchable key-value store

Features

  • Key-Value Stores - Scalable key-value and document store with consistency guarantees.
  • Relational Databases - Scalable and searchable key-value store.

Star 历史

rescrv/hyperdex 的 Star 历史图表rescrv/hyperdex 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

HyperDex 的开源替代方案

相似的开源项目,按与 HyperDex 的功能重合度排序。
  • tarantool/tarantooltarantool 的头像

    tarantool/tarantool

    3,642在 GitHub 上查看↗

    Get your data in RAM. Get compute close to data. Enjoy the performance.

    Lua
    在 GitHub 上查看↗3,642
  • dicedb/diceDiceDB 的头像

    DiceDB/dice

    10,760在 GitHub 上查看↗

    Dice is a low-latency key-value store based on Valkey that functions as a hierarchical storage engine. It combines a high-speed memory store with a tiered cache system to manage data across multiple storage levels. The system extends memory capacity by implementing a disk-backed cache that automatically persists evicted items to disk and restores them during cache misses. This storage tiering balances retrieval speed and operational cost by distributing data between fast memory and slower disk storage. The engine includes a query subscription service that monitors specific data patterns and

    C
    在 GitHub 上查看↗10,760
  • cockroachdb/pebblecockroachdb 的头像

    cockroachdb/pebble

    5,777在 GitHub 上查看↗

    Pebble is an embedded key-value storage engine written in Go, designed as a library that provides durable, write-optimized data persistence directly within applications. It organizes data using a log-structured merge-tree (LSM-tree) structure, where writes are first buffered in an in-memory skiplist memtable and persisted to a write-ahead log before being flushed to block-based SSTable files on disk. The engine supports atomic batch commits, configurable write synchronization, and automatic background compaction that merges and rewrites sorted runs to reclaim space and maintain read performanc

    Go
    在 GitHub 上查看↗5,777
  • akumuli/akumuliakumuli 的头像

    akumuli/Akumuli

    840在 GitHub 上查看↗

    Time-series database

    C++
    在 GitHub 上查看↗840
查看 HyperDex 的所有 30 个替代方案→

常见问题解答

rescrv/hyperdex 是做什么的?

HyperDex is a scalable, searchable key-value store

rescrv/hyperdex 的主要功能有哪些?

rescrv/hyperdex 的主要功能包括:Key-Value Stores, Relational Databases。

rescrv/hyperdex 有哪些开源替代品?

rescrv/hyperdex 的开源替代品包括: tarantool/tarantool — Get your data in RAM. Get compute close to data. Enjoy the performance. dicedb/dice — Dice is a low-latency key-value store based on Valkey that functions as a hierarchical storage engine. It combines a… cockroachdb/pebble — Pebble is an embedded key-value storage engine written in Go, designed as a library that provides durable,… akumuli/akumuli — Time-series database. apache/incubator-druid — Apache Druid is a real-time OLAP database and distributed analytics engine. It functions as a columnar time-series… antirez/redis — This document serves as both a quick start guide to Redis and a detailed resource for building it from source.