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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesDistributed Object Identifiers

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.

Awesome Distributed Object Identifiers GitHub Repositories

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

    hazelcast/hazelcast

    6,570GitHub पर देखें↗

    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.

    Javabig-datacachingdata-in-motion
    GitHub पर देखें↗6,570
  • microsoft/fluidframeworkmicrosoft का अवतार

    microsoft/FluidFramework

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

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

    Provides an abstraction layer over distributed data structures so developers interact with them like local JavaScript objects.

    TypeScriptcollaborationcrdtdatastructure
    GitHub पर देखें↗4,930
  • cloudflare/capnwebcloudflare का अवतार

    cloudflare/capnweb

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

    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.

    TypeScript
    GitHub पर देखें↗3,846
  1. Home
  2. Software Engineering & Architecture
  3. Distributed Object Handles
  4. Distributed Object Identifiers

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

  • Shared Object AbstractionsInterfaces that allow developers to interact with distributed data structures as if they were local objects. **Distinct from Distributed Object Identifiers:** Provides a high-level object abstraction for developers rather than just identifying remote handles.