3 dépôts
Custom protocols for maintaining file consistency between server and local devices with incremental updates and conflict resolution.
Distinct from Client-Server Synchronization: Distinct from Client-Server Synchronization: focuses on a proprietary sync protocol for file consistency, not generic type-definition synchronization.
Explore 3 awesome GitHub repositories matching software engineering & architecture · Proprietary Sync Protocols. Refine with filters or upvote what's useful.
Automerge est un moteur de synchronisation d'état distribué et une bibliothèque pour les types de données répliqués sans conflit (CRDT). Il permet à plusieurs nœuds d'effectuer des mises à jour concurrentes sur un jeu de données partagé tout en garantissant que toutes les répliques convergent finalement vers le même état. Le projet fournit une implémentation haute performance écrite en Rust pour gérer la fusion d'état et la synchronisation. Il emploie un protocole de synchronisation compressé par octets pour transmettre des mises à jour delta minimales entre pairs, facilitant la cohérence des données dans les environnements collaboratifs peer-to-peer et en temps réel. Le système couvre de larges capacités pour l'état partagé distribué, incluant la résolution de conflit par graphe causal, la relecture de journal d'opérations et l'encodage de données agnostique au langage. Il inclut des processus de vérification pour s'assurer que les documents et les valeurs de données sont interprétés de manière cohérente sur différents systèmes d'exploitation et implémentations de langage.
Implements a byte-compressed synchronization protocol to transmit minimal delta updates between peers.
Realm is a mobile database: an alternative to SQLite & key-value stores
Combines local persistence and remote sync into one unified data flow over a custom protocol.
OpenCloud is a self-hosted platform for synchronizing files across devices and sharing them with team members through collaborative spaces and access controls. It enables users to sync files between a server and local desktop and mobile clients, manage files and folders, and share content with internal and external contributors via permission-based links and file drops. The platform integrates an embedded OpenID Connect identity provider for authentication and supports external identity providers. It stores all data and metadata directly on the filesystem, eliminating the need for a separate
Maintains file consistency between server and local devices through a proprietary sync protocol that manages incremental updates and conflict resolution.