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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesChange Serialization

Serializing document state and modification patches into various formats.

Distinct from Document Storage: Distinct from Document Storage: focuses on the serialization of change patches rather than persistence.

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

Awesome Change Serialization GitHub Repositories

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

    opencontainers/image-spec

    4,336GitHub पर देखें↗

    OCI Container Image Specification कंटेनर छवियों के लिए एक मानकीकृत प्रारूप है जो विभिन्न बिल्ड टूल और रनटाइम के बीच इंटरऑपरेबिलिटी सुनिश्चित करता है। यह रजिस्ट्री और क्लाइंट के बीच डेटा स्थानांतरित करने का एक सुसंगत तरीका प्रदान करते हुए, इमेज ब्लब्स और मैनिफेस्ट को संरचित करने के लिए एक वितरण मानक के रूप में कार्य करता है। यह विनिर्देश एक कंटेंट-एड्रेसेबल स्टोरेज मानक का उपयोग करता है जो डेटा अखंडता सुनिश्चित करने के लिए क्रिप्टोग्राफिक डाइजेस्ट का उपयोग करके इमेज लेयर्स और मैनिफेस्ट की पहचान करता है। इसमें एंट्रीपॉइंट्स और पर्यावरण चर जैसे निष्पादन मेटाडेटा को परिभाषित करने के लिए एक JSON-आधारित कॉन्फ़िगरेशन स्कीमा शामिल है, और कस्टम मीडिया प्रकारों का उपयोग करके गैर-कंटेनर आर्टिफैक्ट्स को बंडल करने के लिए एक लचीला पैकेजिंग प्रारूप प्रदान करता है। यह प्रोजेक्ट उच्च-स्तरीय क्षमताओं को कवर करता है, जिसमें इंडेक्स के माध्यम से मल्टी-प्लेटफ़ॉर्म इमेज वितरण शामिल है जो विशिष्ट ऑपरेटिंग सिस्टम और आर्किटेक्चर के लिए संदर्भों को मैप करता है। यह फाइलसिस्टम लेयर कंपोज़िशन, मैनिफेस्ट के माध्यम से संसाधन मैपिंग और इमेज कॉन्फ़िगरेशन के रनटाइम विनिर्देशों में अनुवाद के तंत्र को भी परिभाषित करता है।

    Defines how filesystem additions and removals are packaged into archive blobs for distribution.

    Gocontainersdockeroci
    GitHub पर देखें↗4,336
  • streamich/json-joystreamich का अवतार

    streamich/json-joy

    1,079GitHub पर देखें↗

    json-joy is a comprehensive library for building real-time collaborative applications and distributed systems. It provides a robust framework for managing shared JSON-like data structures that automatically merge concurrent edits from multiple users, ensuring consistent state across all replicas without requiring a central coordination server. The project distinguishes itself through a high-performance approach to data handling, utilizing conflict-free replicated data types and logical clock-based synchronization to maintain data integrity. It includes a specialized engine for navigating and

    Serializes document state and modification patches into various formats for efficient transmission.

    TypeScriptcborcollaborationcollaborative
    GitHub पर देखें↗1,079
  1. Home
  2. Data & Databases
  3. Document Storage
  4. Change Serialization

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

  • Filesystem Layer SerializationThe process of packaging filesystem changesets into compressed or uncompressed archive blobs. **Distinct from Change Serialization:** Specific to the packaging of container filesystem layers rather than general document state patches.