awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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·5 مشاهدات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.

سجل النجوم

مخطط تاريخ النجوم لـ rescrv/hyperdexمخطط تاريخ النجوم لـ rescrv/hyperdex

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة 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.

بدائل مفتوحة المصدر لـ HyperDex

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع HyperDex.
  • tarantool/tarantoolالصورة الرمزية لـ tarantool

    tarantool/tarantool

    3,642عرض على GitHub↗

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

    Lua
    عرض على GitHub↗3,642
  • dicedb/diceالصورة الرمزية لـ DiceDB

    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/pebbleالصورة الرمزية لـ cockroachdb

    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/akumuliالصورة الرمزية لـ akumuli

    akumuli/Akumuli

    840عرض على GitHub↗

    Time-series database

    C++
    عرض على GitHub↗840
عرض جميع البدائل الـ 30 لـ HyperDex→