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

2 repos

Awesome GitHub RepositoriesData Persistence Strategies

Approaches for ensuring data remains available and consistent across system restarts or local storage environments.

Explore 2 awesome GitHub repositories matching data & databases · Data Persistence Strategies. 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 Strategies

Awesome Data Persistence Strategies GitHub Repositories

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

    excalidraw/excalidraw

    117,138GitHubView on GitHub↗

    This project is a virtual whiteboard component and vector graphics editor designed for creating diagrams with a hand-drawn aesthetic. It provides a canvas-based drawing engine that can be embedded directly into web applications, allowing users to manipulate shapes, upload images, and export visual data into standard fo

    TypeScriptcanvascollaborationdiagrams
  • 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

Explore sub-tags

  • Dataset SnapshottingPeriodic creation of binary dataset images for point-in-time recovery.
  • Local-First StorageSystems that prioritize local data availability and offline-first synchronization.