awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Data Synchronization · Awesome GitHub Repositories

8 repos

Awesome GitHub RepositoriesData Synchronization

Mechanisms that ensure data consistency and state alignment across multiple distributed systems or devices.

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

  1. Home
  2. Data & Databases
  3. Data Integration & Synchronization
  4. Data Synchronization

Awesome Data Synchronization GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • AppFlowy-IO/AppFlowy

    AppFlowy-IO/AppFlowy

    68,167GitHubView on GitHub↗

    AppFlowy is a local-first knowledge base and collaborative workspace platform designed for structured information management. It functions as a modular productivity suite where users organize content through a block-based document model, allowing for flexible nesting and granular manipulation of data. The system priori

    Dartblogconfluence-alternativecontent-management
  • nocodb/nocodb

    nocodb/nocodb

    62,131GitHubView on GitHub↗

    NocoDB is a visual platform that transforms relational databases into collaborative, spreadsheet-style workspaces. By acting as a headless database backend, it provides a unified environment for designing database structures, managing record relationships, and interacting with data without requiring manual SQL queries.

    TypeScriptairtableairtable-alternativeautomatic-api
  • nuxt/nuxt

    nuxt/nuxt

    59,659GitHubView on GitHub↗

    Nuxt is a universal web framework designed for building full-stack applications that seamlessly transition between server-side rendering and client-side interactivity. It provides a comprehensive development environment that automates routing, dependency injection, and type generation, allowing developers to focus on a

    TypeScriptcsrframeworkfull-stack
  • angular/angular.js

    angular/angular.js

    58,970GitHubView on GitHub↗

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By util

    JavaScript
  • pocketbase/pocketbase

    pocketbase/pocketbase

    56,221GitHubView on GitHub↗

    Pocketbase is a backend-as-a-service platform that provides a self-contained, single-binary server for building full-stack applications. It integrates a relational database, authentication, and file storage into one executable process, eliminating the need for external infrastructure or complex server management. The

    Goauthenticationbackendgolang
  • rclone/rclone

    rclone/rclone

    55,637GitHubView on GitHub↗

    This project is a command-line storage manager that provides a unified interface for performing file operations across local filesystems and diverse cloud storage providers. It functions as a cross-platform storage abstraction, utilizing a modular backend architecture to map heterogeneous cloud storage APIs into a stan

    Goazure-blobazure-blob-storageazure-files
  • appwrite/appwrite

    appwrite/appwrite

    54,884GitHubView on GitHub↗

    Appwrite is a backend-as-a-service platform that provides a unified development environment for building full-stack applications. It integrates essential infrastructure components—including authentication, databases, storage, and serverless functions—into a single, centralized interface to simplify application developm

    TypeScriptandroidappwritebackend
  • laurent22/joplin

    laurent22/joplin

    53,497GitHubView on GitHub↗

    Joplin is an open-source, cross-platform note-taking application designed for secure, private knowledge management. It functions as a local-first productivity platform, maintaining a complete relational database on the user's device to ensure offline availability and high-performance data retrieval. The application pri

    TypeScriptandroiddropboxelectron

Explore sub-tags

  • Cloud Synchronization ServicesServices that maintain file consistency and data availability by mirroring or syncing content across local drives and cloud providers.
  • Cross-Device Synchronization EnginesEngines that maintain consistent application state and data accessibility across multiple computers and mobile devices.
  • Data Source SynchronizersAutomated processes that align local data states with external data source records.
  • Database ReplicationTools for syncing data between local and remote databases.
  • Delta-Based Synchronization EnginesSystems that synchronize data by transmitting only the incremental changes between states.
  • Event-Driven Data SynchronizationPropagating state changes via asynchronous event buses.
  • Hydration State TransfersAutomated forwarding of server-side fetched data to the client to prevent redundant network requests during application initialization.
  • Real-Time Data SynchronizationSystems that propagate database changes to connected clients instantly to ensure user interfaces reflect the current state without manual refreshing.
  • Two-Way Data BindingSystems that automatically synchronize changes between data models and UI views in both directions.