awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jakekgrog avatar

jakekgrog/GhostDB

0
View on GitHub↗
753 stars·42 forks·Go·BSD-3-Clause·3 viewswww.ghostdbcache.com↗

GhostDB

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

Features

  • Key-Value Stores - Distributed, in-memory key-value store with microsecond performance.

Star history

Star history chart for jakekgrog/ghostdbStar history chart for jakekgrog/ghostdb

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to GhostDB

Similar open-source projects, ranked by how many features they share with GhostDB.
  • dicedb/diceDiceDB avatar

    DiceDB/dice

    10,760View on 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
    View on GitHub↗10,760
  • cockroachdb/pebblecockroachdb avatar

    cockroachdb/pebble

    5,777View on 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
    View on GitHub↗5,777
  • antirez/redisantirez avatar

    antirez/redis

    109View on GitHub↗

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

    C
    View on GitHub↗109
  • basho/riakbasho avatar

    basho/riak

    4,023View on 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
    View on GitHub↗4,023
See all 30 alternatives to GhostDB→

Frequently asked questions

What does jakekgrog/ghostdb do?

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

What are the main features of jakekgrog/ghostdb?

The main features of jakekgrog/ghostdb are: Key-Value Stores.

What are some open-source alternatives to jakekgrog/ghostdb?

Open-source alternatives to jakekgrog/ghostdb include: 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,… antirez/redis — This document serves as both a quick start guide to Redis and a detailed resource for building it from source. bobris/btdb — Key Value Database in .Net with Object DB Layer, RPC, dynamic IL and much more. boltdb/bolt — Bolt is a single-file embedded key-value store for Go applications. It is an ACID transactional database that… basho/riak — Riak is a decentralized NoSQL key-value store designed for high availability and fault tolerance. It is a Dynamo-style…