awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesDifferential Synchronization

Methods for updating data between nodes using incremental changes to optimize bandwidth.

Distinct from Full Node Synchronization: Distinct from Full Node Synchronization: focuses on incremental updates rather than full state history.

Explore 3 awesome GitHub repositories matching data & databases · Differential Synchronization. Refine with filters or upvote what's useful.

Awesome Differential Synchronization GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • realm/realm-javaAvatar de realm

    realm/realm-java

    11,464Voir sur GitHub↗

    Realm Java is a NoSQL mobile object database and reactive database engine. It provides a persistent local data store that saves native objects directly to disk, replacing traditional SQL storage and object-relational mapping layers. The system functions as a real-time data synchronizer, coordinating local database changes with a cloud backend across multiple devices. It integrates a reactive engine that uses change listeners and asynchronous event streams to automatically update user interfaces when underlying data changes. The project covers object-oriented data modeling, CRUD operations, a

    Coordinates local and remote states by syncing only incremental data subsets to optimize bandwidth.

    Java
    Voir sur GitHub↗11,464
  • kanidm/kanidmAvatar de kanidm

    kanidm/kanidm

    4,595Voir sur GitHub↗

    Kanidm is a centralized identity management server designed to handle authentication, authorization, and directory services across distributed infrastructure. It provides a comprehensive framework for managing human and service accounts, utilizing a schema-driven database to store identity records, group memberships, and system attributes. The platform supports a wide range of authentication methods, including passkeys, passwords, and standard protocols like OAuth2, OIDC, LDAP, and RADIUS. The system distinguishes itself through a granular access control engine that enforces security policies

    Updates data between nodes using incremental differential updates to minimize bandwidth usage.

    Rustauthenticationiamidentity
    Voir sur GitHub↗4,595
  • webreflection/hyperhtmlAvatar de WebReflection

    WebReflection/hyperHTML

    3,191Voir sur GitHub↗

    hyperHTML is a DOM template library and data-binding engine that uses tagged template literals to render and update elements. It functions as a web component framework and a virtual DOM alternative, linking JavaScript data directly to specific HTML elements to enable automatic page updates. The project avoids the overhead of a virtual DOM by using a reconciliation process that updates only the changed parts of the real DOM. It includes a build-time HTML template minifier to compress content within template literals and reduce client-side data transfer. The library covers a broad range of cap

    Coordinates the synchronization and differential updating of several DOM nodes simultaneously.

    HTMLalternativedomjs
    Voir sur GitHub↗3,191
  1. Home
  2. Data & Databases
  3. Full Node Synchronization
  4. Differential Synchronization

Explorer les sous-tags

  • Multi-Node DOM SynchronizationCoordinating the differential updating of multiple DOM nodes simultaneously via a single data wire. **Distinct from Differential Synchronization:** Applies differential synchronization specifically to multiple DOM nodes, not general data nodes or blockchain nodes.