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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to rescrv/hyperdex

Open-source alternatives to HyperDex

30 open-source projects similar to rescrv/hyperdex, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best HyperDex alternative.

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

    akumuli/Akumuli

    840عرض على GitHub↗

    Time-series database

    C++
    عرض على GitHub↗840

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

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

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

Find more with AI search
  • apache/incubator-druidالصورة الرمزية لـ apache

    apache/incubator-druid

    14,020عرض على GitHub↗

    Apache Druid is a real-time OLAP database and distributed analytics engine. It functions as a columnar time-series database designed for high-performance analytical queries and the real-time ingestion of streaming and batch datasets. The system provides a framework for high-concurrency analytics, allowing multiple simultaneous users to execute SQL and native queries across large-scale data. It supports mixed data ingestion, combining real-time streaming and batch loading into a single system for unified analysis. The platform includes capabilities for distributed cluster management, enabling

    Java
    عرض على GitHub↗14,020
  • basho/riakالصورة الرمزية لـ basho

    basho/riak

    4,023عرض على GitHub↗

    Riak is a decentralized NoSQL key-value store designed for high availability and fault tolerance. It is a Dynamo-style distributed database that utilizes consistent hashing and eventual consistency to scale data across a cluster of nodes. The system functions as a geo-replicated datastore, synchronizing data across multiple physical locations to provide disaster recovery and maintain availability during regional outages. It employs a multi-master replication model, allowing writes to any node in the cluster. The platform covers broad capability areas including decentralized cluster coordinat

    Shell
    عرض على GitHub↗4,023
  • antirez/redisالصورة الرمزية لـ antirez

    antirez/redis

    109عرض على GitHub↗

    This document serves as both a quick start guide to Redis and a detailed resource for building it from source.

    C
    عرض على GitHub↗109
  • bloomberg/comdb2الصورة الرمزية لـ bloomberg

    bloomberg/comdb2

    1,519عرض على GitHub↗

    Bloomberg's distributed RDBMS

    C
    عرض على GitHub↗1,519
  • bobris/btdbالصورة الرمزية لـ Bobris

    Bobris/BTDB

    142عرض على GitHub↗

    Key Value Database in .Net with Object DB Layer, RPC, dynamic IL and much more

    C#
    عرض على GitHub↗142
  • boltdb/boltالصورة الرمزية لـ boltdb

    boltdb/bolt

    14,642عرض على GitHub↗

    Bolt is a single-file embedded key-value store for Go applications. It is an ACID transactional database that organizes data in B+trees on disk to provide efficient sorted key retrieval and range scans. The system uses a memory-mapped model to map the database file directly into the process address space for fast random-access reads. The project distinguishes itself through a multi-version concurrency control architecture that allows multiple simultaneous readers to access a consistent snapshot of data without blocking a writer. It employs a single-writer multi-reader locking model and uses a

    Go
    عرض على GitHub↗14,642
  • cayleygraph/cayleyالصورة الرمزية لـ cayleygraph

    cayleygraph/cayley

    15,043عرض على GitHub↗

    Cayley is a graph database engine designed for storing and querying interconnected data using a quad-based data model. It functions as an RDF quad store, managing information through subjects, predicates, objects, and labels. The system features a modular graph store architecture with pluggable backends, allowing it to swap between in-memory storage and various external persistent databases. It includes a GraphQL-inspired API and a dedicated data visualizer for the interactive exploration of nodes and edges. Query capabilities cover bidirectional path traversal and multi-syntax execution usi

    Go
    عرض على GitHub↗15,043
  • cbd/edisالصورة الرمزية لـ cbd

    cbd/edis

    519عرض على GitHub↗

    An Erlang implementation of Redis

    Erlang
    عرض على GitHub↗519
  • cockroachdb/cockroachالصورة الرمزية لـ cockroachdb

    cockroachdb/cockroach

    32,207عرض على GitHub↗

    Cockroach is a distributed SQL database designed to scale horizontally across multiple nodes while maintaining strict ACID compliance and global data consistency. It functions as a relational database engine that automatically partitions data into ranges, rebalancing them across a cluster to accommodate growing storage and throughput requirements. By utilizing a distributed consensus protocol, the system ensures that all nodes agree on the order of operations, providing fault tolerance and continuous availability even in the event of hardware failures. The system distinguishes itself through

    Gocockroachdbdatabasedistributed-database
    عرض على GitHub↗32,207
  • jobbole/awesome-mysql-cnالصورة الرمزية لـ jobbole

    jobbole/awesome-mysql-cn

    2,780عرض على GitHub↗

    MySQL 资源大全中文版,分析工具、备份、性能测试、配置、部署、GUI 等

    عرض على GitHub↗2,780
  • dalmatinerdb/dalmatinerdbالصورة الرمزية لـ dalmatinerdb

    dalmatinerdb/dalmatinerdb

    692عرض على GitHub↗

    See gitlab: https://gitlab.com/Project-FiFo/DalmatinerDB/dalmatinerdb

    Erlang
    عرض على GitHub↗692
  • coreos/etcdالصورة الرمزية لـ coreos

    coreos/etcd

    51,846عرض على GitHub↗

    etcd is a distributed key-value store and configuration store designed to maintain a consistent set of data across a cluster of nodes. It functions as a reliable registry for storing and synchronizing critical settings and metadata used by distributed applications. The system implements the Raft consensus algorithm to ensure data consistency and leader election across servers. To protect data transfers and verify node identities, it utilizes a network security layer based on mutual TLS and client certificates. Its capabilities cover distributed configuration management, cluster state synchro

    Go
    عرض على GitHub↗51,846
  • deroproject/gravitonالصورة الرمزية لـ deroproject

    deroproject/graviton

    424عرض على GitHub↗

    Graviton Database: ZFS for key-value stores.

    Go
    عرض على GitHub↗424
  • dgraph-io/badgerالصورة الرمزية لـ dgraph-io

    dgraph-io/badger

    15,666عرض على GitHub↗

    Badger is an embeddable key-value store written in Go that provides persistent data storage for byte keys and values. It is a persistent database that utilizes a tiered LSM tree storage model to optimize disk storage and retrieval efficiency. The system features an ACID transaction engine that ensures data integrity through serializable snapshot isolation and multi-version concurrency control. It also provides an encrypted key-value store with data-at-rest encryption and a managed encrypted key registry to secure stored information. The engine covers a broad set of capabilities including hig

    Godatabasedocument-databasego
    عرض على GitHub↗15,666
  • biokoda/actordbالصورة الرمزية لـ biokoda

    biokoda/actordb

    1,889عرض على GitHub↗

    ActorDB distributed SQL database

    Erlang
    عرض على GitHub↗1,889
  • filodb/filodbالصورة الرمزية لـ filodb

    filodb/FiloDB

    1,462عرض على GitHub↗

    Distributed Prometheus time series database

    Scala
    عرض على GitHub↗1,462
  • flower-corp/lotusdbالصورة الرمزية لـ flower-corp

    flower-corp/lotusdb

    2,253عرض على GitHub↗

    Most advanced key-value database written in Go, extremely fast, compatible with LSM tree and B+ tree.

    Go
    عرض على GitHub↗2,253
  • gchq/gafferالصورة الرمزية لـ gchq

    gchq/Gaffer

    1,791عرض على GitHub↗

    A large-scale entity and relation database supporting aggregation of properties

    Java
    عرض على GitHub↗1,791
  • greenplum-db/gpdbG

    greenplum-db/gpdb

    0عرض على GitHub↗
    عرض على GitHub↗0
  • hashicorp/consulالصورة الرمزية لـ hashicorp

    hashicorp/consul

    29,943عرض على GitHub↗

    Consul is a distributed coordination service and service mesh tool used for service discovery, health monitoring, and cluster state management across dynamic networks. It provides a platform for locating network addresses of services and managing traffic across distributed infrastructure using DNS and HTTP interfaces. The project distinguishes itself through multi-datacenter network orchestration, enabling the federation of services across different regions using mesh gateways. It secures communication via a service mesh architecture that employs identity-based authorization and mutual TLS en

    Goapi-gatewayconsulecs
    عرض على GitHub↗29,943
  • icefiredb/icefiredbI

    IceFireDB/IceFireDB

    0عرض على GitHub↗
    عرض على GitHub↗0
  • influxdata/influxdbالصورة الرمزية لـ influxdata

    influxdata/influxdb

    31,556عرض على GitHub↗

    InfluxDB is a specialized time series database platform engineered for the high-speed ingestion, compression, and retrieval of timestamped data at scale. It functions as a distributed metrics platform, providing the infrastructure necessary to organize and analyze massive volumes of time-stamped information to identify trends, patterns, and anomalies within complex data streams. The platform distinguishes itself through a functional dataflow engine that utilizes a specialized programming language for complex analytical transformations and automated tasks. This architecture is supported by a p

    Rustdatabasegoinfluxdb
    عرض على GitHub↗31,556
  • iondbproject/iondbالصورة الرمزية لـ iondbproject

    iondbproject/iondb

    595عرض على GitHub↗

    IonDB, a key-value datastore for resource constrained systems.

    C
    عرض على GitHub↗595
  • jakekgrog/ghostdbالصورة الرمزية لـ jakekgrog

    jakekgrog/GhostDB

    753عرض على GitHub↗

    GhostDB is a distributed, in-memory, general purpose key-value data store that delivers microsecond performance at any scale.

    Go
    عرض على GitHub↗753
  • alticelabs/kyotoالصورة الرمزية لـ alticelabs

    alticelabs/kyoto

    279عرض على GitHub↗

    Kyoto Tycoon key-value store (and the underlying Kyoto Cabinet library)

    C++
    عرض على GitHub↗279
  • akrylysov/pogrebالصورة الرمزية لـ akrylysov

    akrylysov/pogreb

    1,350عرض على GitHub↗

    Embedded key-value store for read-heavy workloads written in Go

    Gogohash-tablekey-value
    عرض على GitHub↗1,350