awesome-repositories.comCatégoriesBlog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rescrv avatar

rescrv/HyperDex

0
View on GitHub↗
1,406 stars·166 forks·C++·BSD-3-Clause·6 vueshyperdex.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.

Historique des stars

Graphique de l'historique des stars pour rescrv/hyperdexGraphique de l'historique des stars pour rescrv/hyperdex

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à HyperDex

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec HyperDex.
  • tarantool/tarantoolAvatar de tarantool

    tarantool/tarantool

    3,642Voir sur GitHub↗

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

    Lua
    Voir sur GitHub↗3,642
  • dicedb/diceAvatar de DiceDB

    DiceDB/dice

    10,760Voir sur 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
    Voir sur GitHub↗10,760
  • cockroachdb/pebbleAvatar de cockroachdb

    cockroachdb/pebble

    5,777Voir sur 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
    Voir sur GitHub↗5,777
  • akumuli/akumuliAvatar de akumuli

    akumuli/Akumuli

    840Voir sur GitHub↗

    Time-series database

    C++
    Voir sur GitHub↗840
Voir les 30 alternatives à HyperDex→

Questions fréquentes

Que fait rescrv/hyperdex ?

HyperDex is a scalable, searchable key-value store

Quelles sont les fonctionnalités principales de rescrv/hyperdex ?

Les fonctionnalités principales de rescrv/hyperdex sont : Key-Value Stores, Relational Databases.

Quelles sont les alternatives open-source à rescrv/hyperdex ?

Les alternatives open-source à rescrv/hyperdex incluent : 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.