awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Key-Value Stores · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesKey-Value Stores

Database systems that store and retrieve data as fundamental key-value pairs to support high-speed access and persistence.

Explore 3 awesome GitHub repositories matching education & learning resources · Key-Value Stores. Refine with filters or upvote what's useful.

  1. Home
  2. Education & Learning Resources
  3. Educational Resources
  4. Algorithms, Theory & Academics
  5. CS Theory & Foundations
  6. Data Structure Implementations
  7. Data Structures
  8. Key-Value Stores

Awesome Key-Value Stores GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • denoland/deno

    denoland/deno

    106,258GitHubView on GitHub↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system

    Features a built-in, persistent key-value store that supports atomic transactions and reactive data updates.

    Rustdenojavascriptrust
  • bitcoin/bitcoin

    bitcoin/bitcoin

    88,190GitHubView on GitHub↗

    This project is a cryptographic consensus engine and distributed ledger client that functions as a peer-to-peer network node. It enables decentralized network participation by allowing users to independently validate transactions and blocks, ensuring data integrity and consensus without reliance on a centralized author

    Leverages a key-value database to provide high-speed access to transaction outputs and block indices.

    C++bitcoinc-plus-pluscryptocurrency
  • redis/redis

    redis/redis

    73,096GitHubView on GitHub↗

    Redis is an in-memory, key-value database designed to provide sub-millisecond latency for read and write operations. It functions as a versatile data platform, serving as a distributed cache, a message broker, a NoSQL document store, and a vector database. The system utilizes an event-driven, single-threaded loop to pr

    Maps unique keys to values to enable high-speed data retrieval and persistent storage.

    Ccachecachingdatabase