awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • hazelcast/hazelcastAvatar hazelcast

    hazelcast/hazelcast

    6,570Vezi pe GitHub↗

    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
    Vezi pe GitHub↗6,570
  • microsoft/fluidframeworkAvatar microsoft

    microsoft/FluidFramework

    4,930Vezi pe GitHub↗

    FluidFramework este un framework de colaborare în timp real și un motor de sincronizare a stării distribuite. Acesta oferă o bibliotecă de model de date colaborativ și un sistem de documente sincronizat în cloud, conceput pentru a replica structurile de date între clienții conectați folosind operațiuni ordonate pentru a asigura consistența eventuală. Framework-ul utilizează o arhitectură de tip client-server relay pentru a ruta și persista operațiunile fără a necesita logică de business personalizată pe partea de server. Acesta gestionează ciclul de viață al sesiunilor colaborative prin containere de date partajate și implementează strategii de rezolvare a conflictelor, cum ar fi last-writer-wins, alături de mecanisme de actualizare optimistă pentru a menține o experiență de utilizare responsivă. Zonele de capabilități acoperă sincronizarea datelor ierarhice, a perechilor cheie-valoare și editarea textului în timp real. Sistemul include mecanisme pentru coordonarea acțiunilor exclusive, abonamente la starea în timp real pentru actualizările interfeței utilizator și gestionarea integrată a documentelor în cloud pentru stocarea datelor aplicației pe platforme enterprise. Proiectul include o simulare de serviciu local pentru prototiparea funcționalităților colaborative fără a necesita un deployment în cloud.

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

    TypeScriptcollaborationcrdtdatastructure
    Vezi pe GitHub↗4,930
  • cloudflare/capnwebAvatar cloudflare

    cloudflare/capnweb

    3,846Vezi pe GitHub↗

    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
    Vezi pe GitHub↗3,846
  1. Home
  2. Software Engineering & Architecture
  3. Distributed Object Handles
  4. Distributed Object Identifiers

Explorează sub-etichetele

  • 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.