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

2 repos

Awesome GitHub RepositoriesKey-Value Stores

Storage systems optimized for high-speed retrieval of data associated with unique identifiers.

Explore 2 awesome GitHub repositories matching data & databases · Key-Value Stores. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Database Management Systems
  4. Database Engines
  5. NoSQL
  6. 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

    Integrates a built-in storage engine that performs atomic transactions and efficient indexing for high-speed state management.

    Rustdenojavascriptrust
  • etcd-io/etcd

    etcd-io/etcd

    51,618GitHubView on GitHub↗

    etcd is a distributed, strongly consistent key-value store designed to provide reliable storage for critical system metadata and coordination primitives. It functions as a distributed consensus engine, utilizing a replicated log and leader-based state machine to ensure that all nodes in a cluster maintain a synchronize

    Executes read-modify-write cycles as indivisible units to maintain data integrity and synchronization.

    Gocncfconsensusdatabase

Explore sub-tags

  • Atomic Key-Value OperationsOperations that ensure data integrity by executing read-modify-write cycles as single, indivisible units.