awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Data Persistence Management · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesData Persistence Management

Systems that manage the lifecycle and scheduling of data writing operations to ensure reliable storage.

Explore 2 awesome GitHub repositories matching data & databases · Data Persistence Management. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Data Engineering and Infrastructure
  4. Data Persistence and Storage
  5. Data Persistence Management

Awesome Data Persistence Management GitHub Repositories

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

    Gocncfconsensusdatabase

Explore sub-tags

  • Persistence I/O SchedulersBackground task management for disk I/O to balance write performance and data integrity.
  • Snapshot Management StrategiesMechanisms for controlling the frequency and lifecycle of state snapshots to balance memory usage and recovery performance.