awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesDiskless Replication

Replication methods that stream data directly from memory to replicas without temporary disk storage.

Distinct from Primary-Replica Replication: Focuses on the memory-to-memory transfer mechanism, distinct from general primary-replica hierarchies.

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

Awesome Diskless Replication GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • doocs/advanced-javadoocs का अवतार

    doocs/advanced-java

    78,987GitHub पर देखें↗

    This project is a comprehensive Java backend engineering guide and technical reference focused on high-concurrency design, distributed systems, and microservices architecture. It provides detailed strategies for decomposing monolithic applications, managing service discovery, and implementing the architectural patterns required for scalable backend environments. The repository distinguishes itself through an extensive collection of big data algorithmic references and database scaling strategies. It covers memory-efficient techniques for analyzing massive datasets, such as Top-K element extrac

    Streams snapshots directly from memory to replica nodes to avoid writing temporary files to local disk.

    Javaadvanced-javadistributed-search-enginedistributed-systems
    GitHub पर देखें↗78,987
  • checkpoint-restore/criucheckpoint-restore का अवतार

    checkpoint-restore/criu

    3,697GitHub पर देखें↗

    CRIU is a Linux process checkpointing tool and state manager used to freeze running applications and save their memory and state to disk for later restoration. It functions as a container migration engine and an OCI checkpoint image converter, allowing the live state of running containers to be transferred between different hosts. The project distinguishes itself through its ability to persist network connectivity, acting as a TCP connection state persister that saves and reconstructs network socket states to maintain active communication after a restart. It further enables the distribution o

    Transfers the state of a running application directly between hosts over a network without writing local files.

    Cblcrcheckpointcontainer
    GitHub पर देखें↗3,697
  1. Home
  2. Data & Databases
  3. Primary-Replica Replication
  4. Diskless Replication

सब-टैग एक्सप्लोर करें

  • Diskless Process MigrationStreaming process execution state directly between hosts over the network to avoid disk I/O. **Distinct from Diskless Replication:** Focuses on full process state migration rather than just database record replication.