awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Persistence Mechanisms · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesPersistence Mechanisms

Techniques for saving data to non-volatile storage.

Distinguishing note: Focuses on snapshotting and persistence strategies rather than general database management.

Explore 1 awesome GitHub repository matching data & databases · Persistence Mechanisms. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Persistence Mechanisms

Awesome Persistence Mechanisms GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • 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

    Implements copy-on-write snapshotting to persist dataset states to disk.

    Ccachedatabasekey-value
    24,875View on GitHub↗