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

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

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

4 مستودعات

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 4 awesome GitHub repositories matching data & databases · Persistence Mechanisms. Refine with filters or upvote what's useful.

Awesome Persistence Mechanisms GitHub Repositories

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

    valkey-io/valkey

    24,875عرض على 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
    عرض على GitHub↗24,875
  • camenduru/stable-diffusion-webui-colabالصورة الرمزية لـ camenduru

    camenduru/stable-diffusion-webui-colab

    15,937عرض على GitHub↗

    This project provides a cloud-based notebook configuration for deploying a Stable Diffusion web interface. It functions as a specialized environment for image generation, incorporating a model trainer for fine-tuning weights and creating training datasets. The system emphasizes infrastructure persistence by saving software installations and model files to cloud storage, avoiding repetitive setups between sessions. It uses a tunnel-based interface to expose the web dashboard to a public URL for remote interaction. The project covers end-to-end AI workflows, including dataset preparation and t

    Saves software and extensions to a cloud drive to maintain settings and assets across sessions.

    Jupyter Notebook
    عرض على GitHub↗15,937
  • linuxserver/docker-webtopالصورة الرمزية لـ linuxserver

    linuxserver/docker-webtop

    3,936عرض على GitHub↗

    This project is a containerized Linux desktop streamer that renders a full operating system interface in a web browser using encoded video streams. It allows for remote access to various Linux distributions and serves as a platform for browser-based application hosting. The system supports GPU acceleration via KVM and direct hardware passthrough to enable low-latency graphics rendering and video encoding. It also features volume mapping for home directory persistence, ensuring that user data and portable applications survive environment updates. Additional capabilities include the creation o

    Ensures portable applications survive environment updates by saving them to persistent storage.

    Shellalpinearchdocker
    عرض على GitHub↗3,936
  • nathanlopez/stitchالصورة الرمزية لـ nathanlopez

    nathanlopez/Stitch

    3,532عرض على GitHub↗

    Stitch is a command and control framework and post-exploitation toolkit designed for managing multiple remote systems from a central server. It functions as a remote administration tool and payload builder, enabling the execution of commands and the deployment of agents across different operating systems. The project features a cross-platform builder for generating custom executable agents with configurable network bindings and boot behaviors. It utilizes encrypted communication channels to secure traffic between the controller and remote clients, and it supports the execution of dynamic scri

    Implements mechanisms to save software installations to non-volatile storage to ensure persistent access across sessions.

    Pythoncross-platformkeyloggerlinux
    عرض على GitHub↗3,532
  1. Home
  2. Data & Databases
  3. Persistence Mechanisms

استكشف الوسوم الفرعية

  • Installation PersistenceSaving software installations and configuration assets to non-volatile storage across sessions. **Distinct from Persistence Mechanisms:** Specifically targets software installations and extensions, rather than application data or session states.