3 रिपॉजिटरी
Transmission of unique identifiers for remote retrieval and interaction with shared data structures.
Distinct from Distributed Object Handles: Distinct from Distributed Object Handles: focuses on the data-centric identification of shared structures, not actor-based service handles.
Explore 3 awesome GitHub repositories matching software engineering & architecture · Distributed Object Identifiers. Refine with filters or upvote what's useful.
Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis
Enables efficient remote interaction with shared data structures by transmitting object identifiers across the cluster.
FluidFramework एक वास्तविक समय सहयोग फ्रेमवर्क और डिस्ट्रीब्यूटेड स्टेट सिंक्रोनाइज़ेशन इंजन है। यह एक सहयोगी डेटा मॉडल लाइब्रेरी और एक क्लाउड-सिंक्ड डॉक्यूमेंट सिस्टम प्रदान करता है जिसे अंतिम स्थिरता सुनिश्चित करने के लिए ऑर्डर्ड ऑपरेशन्स का उपयोग करके कनेक्टेड क्लाइंट्स में डेटा स्ट्रक्चर्स को रेप्लिकेट करने के लिए डिज़ाइन किया गया है। यह फ्रेमवर्क कस्टम सर्वर-साइड बिज़नेस लॉजिक की आवश्यकता के बिना ऑपरेशन्स को रूट और पर्सिस्ट करने के लिए क्लाइंट-सर्वर रिले आर्किटेक्चर का उपयोग करता है। यह साझा डेटा कंटेनर्स के माध्यम से सहयोगी सत्रों के लाइफसाइकिल का प्रबंधन करता है और एक रिस्पॉन्सिव उपयोगकर्ता अनुभव बनाए रखने के लिए ऑप्टिमिस्टिक अपडेट मैकेनिज्म के साथ-साथ संघर्ष समाधान रणनीतियों, जैसे कि 'लास्ट-राइटर-विन्स', को लागू करता है। क्षमता क्षेत्रों में पदानुक्रमित डेटा, की-वैल्यू पेयर्स और वास्तविक समय टेक्स्ट एडिटिंग का सिंक्रोनाइज़ेशन शामिल है। सिस्टम में विशेष एक्शन समन्वय, यूजर इंटरफेस अपडेट के लिए वास्तविक समय स्टेट सब्सक्रिप्शन और एंटरप्राइज़ प्लेटफ़ॉर्म पर एप्लिकेशन डेटा स्टोर करने के लिए एकीकृत क्लाउड डॉक्यूमेंट प्रबंधन के लिए मैकेनिज्म शामिल हैं। इस प्रोजेक्ट में क्लाउड डिप्लॉयमेंट की आवश्यकता के बिना सहयोगी सुविधाओं को प्रोटोटाइप करने के लिए एक स्थानीय सेवा सिमुलेशन शामिल है।
Provides an abstraction layer over distributed data structures so developers interact with them like local JavaScript objects.
Capnweb is a distributed object communication library and Cap'n Proto RPC framework. It enables type-safe remote procedure calls between clients and servers using shared schemas and generated stubs to invoke methods on remote objects as if they were local. The project utilizes an object-capability security model to govern access to remote resources through unforgeable tokens. It provides a bidirectional network layer that multiplexes asynchronous calls and data streams over persistent WebSocket connections and includes a remote resource lifecycle manager that uses reference counting to automa
Implements shared object abstractions that allow developers to interact with distributed data structures as if they were local.