6 Repos
Mechanisms for synchronizing local application state with remote GraphQL endpoints via queries and mutations.
Distinct from GraphQL Integrations: Focuses on the synchronization of state rather than the general bridging of database schemas.
Explore 6 awesome GitHub repositories matching data & databases · State Synchronization. Refine with filters or upvote what's useful.
xi-editor is a high-performance text editor core written in Rust. It employs a client-server architecture that separates the backend editor logic from the user interface, allowing diverse frontends to communicate with the core via a standardized protocol. The project is distinguished by its use of rope-based text buffers for efficient manipulation of large documents and a collaborative engine powered by conflict-free replicated data types to synchronize concurrent edits. It further features an extensible plugin system that integrates external binaries and third-party tools through JSON-based
Merges local state with remote updates using a conflict resolver and page watcher for consistency.
This project is a JavaScript library and SDK used to integrate web and mobile applications with cloud services. It serves as a bridge to backend providers for user authentication, binary object storage, and real-time data synchronization. The library provides a unified interface for managing cloud identity and access, executing queries and mutations against GraphQL endpoints, and consuming REST APIs with secure request signing. It also includes tools for accessing machine learning services for natural language processing and computer vision. Broad capability areas include offline-first data
Enables application data synchronization and updates by sending queries and mutations to GraphQL endpoints.
urql is a GraphQL client and data management tool used to execute GraphQL operations and synchronize data from remote servers within a software application. It functions as a mechanism for fetching, caching, and managing GraphQL data to maintain state across application views. The project features a pluggable middleware architecture and a normalized GraphQL cache. This allows for the insertion of custom logic into the request and response lifecycle to modify client behavior and the organization of responses by unique identifiers to ensure data consistency. The client provides capabilities fo
Synchronizes the local application state with remote GraphQL endpoints using queries and mutations.
NewsBlur is an RSS feed aggregator and social news reader that collects and organizes stories from feeds, newsletters, and websites into a single interface. It functions as a feed synchronization service that maintains read states and subscription data across multiple devices and third-party applications. The platform distinguishes itself with AI-powered content summarization to generate briefings and answer questions about articles, alongside a system for training content classifiers. These classifiers learn user preferences for authors and tags to automatically highlight preferred topics or
Synchronizes story hashes and unread counts across devices to maintain state for offline access.
Feedbin is an RSS feed aggregator that collects and organizes updates from websites, video channels, and playlists into a chronological list. It functions as a centralized content manager, providing tools for feed aggregation and the organization of web-based information. The service distinguishes itself by converting email newsletters into feed entries via unique email aliases and offering a dedicated podcast manager that tracks playback progress across devices. It also includes a full-text extractor to retrieve complete articles when source feeds only provide snippets and a system to track
Tracks read and unread status across multiple clients using a centralized database for a consistent session state.
Diese Bibliothek bietet eine Sammlung von Hooks für die Integration von GraphQL-Datenoperationen in funktionale Komponenten innerhalb des Apollo-Client-Ökosystems. Sie fungiert als Zustandsverwaltungstool, das entfernte Serverdaten mit dem lokalen Komponentenstatus synchronisiert und eine konsistente Datendarstellung über die Benutzeroberfläche hinweg sicherstellt. Das Projekt zeichnet sich dadurch aus, dass es serverseitiges Rendering durch ein Framework von Dienstprogrammen ermöglicht, die Daten vorab abrufen und Komponentenbäume auflösen, um vollständig gefülltes HTML bereitzustellen. Es nutzt ein Provider-basiertes Muster, um den Daten-Client in den Komponentenbaum zu injizieren, wodurch verschachtelte Elemente über standardisierte, lebenszyklusbewusste Funktionsaufrufe auf entfernte Daten zugreifen und diese verwalten können. Die Bibliothek deckt ein umfassendes Spektrum an Datenverwaltungsfunktionen ab, einschließlich Remote-Abruf, Mutationsausführung und Echtzeit-Streaming über persistente Verbindungen. Sie handhabt die Komplexität von Lade- und Fehlerzuständen sowie die Cache-Synchronisation automatisch und bietet eine einheitliche Schnittstelle für die Interaktion mit lokalen und entfernten Datenquellen.
Updates remote data while automatically synchronizing local component state to ensure consistency.