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. Learning Resources
  4. Educational Content & Resources
  5. Data Structure Implementations
  6. Data Structures
  7. 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

    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

    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

    Ccachecachingdatabase