awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesApplication Upgrade Data Migration

Tools for preserving and restoring application data, settings, and library state across software version upgrades.

Distinct from Upgrade Initialization: No candidate covers application-level data migration after upgrades; closest candidates focus on contract or package upgrades.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Application Upgrade Data Migration. Refine with filters or upvote what's useful.

Awesome Application Upgrade Data Migration GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • rt2zz/redux-persist-storeالصورة الرمزية لـ rt2zz

    rt2zz/redux-persist-store

    12,969عرض على GitHub↗

    Redux Persist is a state management utility designed to maintain application data across sessions by synchronizing state with local storage. It functions as a middleware-based engine that automatically saves and restores application state, ensuring that user sessions remain intact after page refreshes or application restarts. The library distinguishes itself through granular control over the persistence lifecycle and data structure. It supports recursive state tree partitioning, allowing developers to apply distinct storage configurations and filtering rules to specific branches of the applic

    Updates older versions of saved data to match new application structures during the initialization process to prevent compatibility errors.

    TypeScript
    عرض على GitHub↗12,969
  • rmcrackan/libationالصورة الرمزية لـ rmcrackan

    rmcrackan/Libation

    5,703عرض على GitHub↗

    Libation is a comprehensive audiobook management system designed to download, decrypt, and organize Audible audiobooks. It integrates account authentication, library synchronization, DRM removal, and format transcoding into a single desktop application with a plugin-free graphical interface and a built-in theme editor. The project distinguishes itself through a batch library synchronization engine that scans all configured Audible accounts in one pass, a metadata tag rewriting system that corrects chapter markers and cover art after decryption, and a template-based file naming engine that con

    Points the upgraded program to existing settings and data folders to reload the library without data loss.

    C#
    عرض على GitHub↗5,703
  1. Home
  2. DevOps & Infrastructure
  3. Application Upgrade Data Migration