awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
In-Memory Databases · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesIn-Memory Databases

Database systems that store data primarily in main memory to achieve low-latency performance.

Distinguishing note: Specifically targets RAM-based storage engines for sub-millisecond performance.

Explore 3 awesome GitHub repositories matching data & databases · In-Memory Databases. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. In-Memory Databases

Awesome In-Memory Databases GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • dragonflydb/dragonfly

    dragonflydb/dragonfly

    30,022View on GitHub↗

    Dragonfly is a high-performance, multi-model in-memory data store designed to serve as a drop-in replacement for existing database infrastructures. By utilizing a multi-threaded, shared-nothing architecture and a fiber-based concurrency model, it maximizes CPU utilization and minimizes latency for read and write operations. The system supports a wide range of data structures, including strings, hashes, lists, sets, sorted sets, and JSON documents, while maintaining full compatibility with standard industry wire protocols and client libraries. What distinguishes Dragonfly is its focus on effic

    A high-performance database engine that keeps data in RAM to provide sub-millisecond latency for read and write operations.

    C++cachecppdatabase
    30,022View on GitHub↗
  • typesense/typesense

    typesense/typesense

    25,254View on GitHub↗

    Typesense is a distributed search engine designed to provide sub-millisecond query latency across massive datasets. It functions as both a high-performance indexing and retrieval engine and a comprehensive search experience platform, offering built-in typo tolerance and tools for managing relevance through synonym configuration, result curation, and complex filtering. The platform distinguishes itself by utilizing in-memory indexing to maintain high-throughput data retrieval and integrating vector database capabilities to support semantic similarity searches. It ensures data consistency and h

    Stores the entire search index in system memory to ensure sub-millisecond query latency.

    C++algoliadatastoreelasticsearch
    25,254View on GitHub↗
  • valkey-io/valkey

    valkey-io/valkey

    24,875View on GitHub↗

    Valkey is an in-memory, NoSQL database server designed for high-performance data storage and real-time state management. It operates as a distributed key-value store, maintaining datasets entirely within system memory to facilitate sub-millisecond response times for read and write operations. The system distinguishes itself through a single-threaded event loop that utilizes asynchronous I/O multiplexing to ensure high throughput. It supports high availability via master-replica replication and provides a decoupled communication model through a built-in publish-subscribe messaging pattern. To

    Maintains the entire dataset in system memory for sub-millisecond response times.

    Ccachedatabasekey-value
    24,875View on GitHub↗