2 रिपॉजिटरी
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.
OCI Container Image Specification कंटेनर छवियों के लिए एक मानकीकृत प्रारूप है जो विभिन्न बिल्ड टूल और रनटाइम के बीच इंटरऑपरेबिलिटी सुनिश्चित करता है। यह रजिस्ट्री और क्लाइंट के बीच डेटा स्थानांतरित करने का एक सुसंगत तरीका प्रदान करते हुए, इमेज ब्लब्स और मैनिफेस्ट को संरचित करने के लिए एक वितरण मानक के रूप में कार्य करता है। यह विनिर्देश एक कंटेंट-एड्रेसेबल स्टोरेज मानक का उपयोग करता है जो डेटा अखंडता सुनिश्चित करने के लिए क्रिप्टोग्राफिक डाइजेस्ट का उपयोग करके इमेज लेयर्स और मैनिफेस्ट की पहचान करता है। इसमें एंट्रीपॉइंट्स और पर्यावरण चर जैसे निष्पादन मेटाडेटा को परिभाषित करने के लिए एक JSON-आधारित कॉन्फ़िगरेशन स्कीमा शामिल है, और कस्टम मीडिया प्रकारों का उपयोग करके गैर-कंटेनर आर्टिफैक्ट्स को बंडल करने के लिए एक लचीला पैकेजिंग प्रारूप प्रदान करता है। यह प्रोजेक्ट उच्च-स्तरीय क्षमताओं को कवर करता है, जिसमें इंडेक्स के माध्यम से मल्टी-प्लेटफ़ॉर्म इमेज वितरण शामिल है जो विशिष्ट ऑपरेटिंग सिस्टम और आर्किटेक्चर के लिए संदर्भों को मैप करता है। यह फाइलसिस्टम लेयर कंपोज़िशन, मैनिफेस्ट के माध्यम से संसाधन मैपिंग और इमेज कॉन्फ़िगरेशन के रनटाइम विनिर्देशों में अनुवाद के तंत्र को भी परिभाषित करता है।
Defines how filesystem additions and removals are packaged into archive blobs for distribution.
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.