awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesCollaborative Data Synchronization APIs

APIs for retrieving and updating shared collaborative documents to synchronize with external systems.

Distinct from Programmatic Grid Data Synchronization: Shortlist options are too narrow (grid data, dependency updates) or unrelated; this is about general collaborative document state sync.

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

Awesome Collaborative Data Synchronization APIs GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • alibaba/dataxalibaba 的头像

    alibaba/DataX

    17,241在 GitHub 上查看↗

    DataX is a distributed data integration framework and plugin-based ETL tool designed for synchronizing large datasets between heterogeneous sources and destinations. It functions as a JDBC data migration engine and offline synchronization tool, enabling the movement of data between relational databases, NoSQL stores, and object storage. The system utilizes a plugin-based connector architecture that decouples reader and writer logic, allowing it to map and transform data types across different storage engines using a standardized internal representation. This design supports heterogeneous data

    Synchronizes relational database records from sources like MySQL, PostgreSQL, and Oracle into target tables via JDBC.

    Java
    在 GitHub 上查看↗17,241
  • liveblocks/liveblocksliveblocks 的头像

    liveblocks/liveblocks

    4,438在 GitHub 上查看↗

    Liveblocks is a realtime collaboration infrastructure platform that synchronizes application state, documents, and user presence across multiple participants using conflict-free replicated data types. It provides a managed backend for collaborative text editors, threaded commenting and annotation systems, in-app notifications, and AI copilot deployment, all built on a WebSocket transport layer with server-side room management APIs. The platform distinguishes itself through a headless component primitive system that exposes unstyled React hooks and composable building blocks, allowing develope

    Adds realtime multiplayer editing and contextual cell comments to Handsontable grids.

    TypeScriptai-agentsai-copilotcollaboration
    在 GitHub 上查看↗4,438
  • borisdj/efcore.bulkextensionsborisdj 的头像

    borisdj/EFCore.BulkExtensions

    3,996在 GitHub 上查看↗

    EFCore.BulkExtensions 是一个用于在 Entity Framework Core 生态系统中执行高性能批量插入、更新和删除操作的库。它充当数据库批量处理工具包,并作为原生 SQL Bulk Copy 的包装器,以实现跨多个数据库提供商的更快数据摄取和同步。 该库为关系数据同步提供了专门的功能,允许用户通过批量更新插入 (upsert) 和条件同步将数据库表与本地实体列表对齐。它还支持关系数据图插入,这使得在维护外键关系的同时,能够跨多个表添加大量父子记录。 该工具涵盖了广泛的批量数据操作,包括常规 CRUD 处理、表截断和直接表对表数据复制。它还包括用于服务器端批量更新和高性能数据库迁移的实用程序,无需将实体加载到应用程序内存中即可移动大量数据。

    Aligns database tables with local entity lists through bulk upserts and conditional synchronization.

    C#batchbulkcopy
    在 GitHub 上查看↗3,996
  • garden-co/jazzgarden-co 的头像

    garden-co/jazz

    2,537在 GitHub 上查看↗

    Jazz is a local-first relational database and synchronization framework designed for offline-capable applications. It functions as a reactive state management system that treats database records as the primary source of truth, automatically updating user interfaces in real time as underlying data changes. The project distinguishes itself through a collaborative data synchronization model that utilizes row-level versioning to track branching edit histories. It implements a security engine based on identity-claim row security, which enforces granular permissions on individual records, and suppo

    Implements a synchronization framework using row-level versioning and durable streams for relational data.

    TypeScriptcrdtcrdtsdatabase
    在 GitHub 上查看↗2,537
  • devaslanphp/project-managementdevaslanphp 的头像

    devaslanphp/project-management

    1,045在 GitHub 上查看↗

    This project is an agile project management platform designed to centralize task tracking, workflow organization, and team productivity monitoring. It provides a unified workspace where users can manage projects, tickets, and milestones through visual boards, while simultaneously recording time spent on specific activities to generate detailed performance reports. The platform distinguishes itself through its ability to consolidate data from multiple third-party management tools into a single, normalized schema. It incorporates a locale-aware interface framework that supports global teams by

    Normalizes and synchronizes data from multiple third-party management tools into a unified internal schema for consistent reporting.

    PHPalpinejschartjsfilament
    在 GitHub 上查看↗1,045
  1. Home
  2. Data & Databases
  3. Collaborative Data Synchronization APIs

探索子标签

  • Collaborative Grid SynchronizationSpecialized synchronization for cell-based data, including formulas and a shared undo history. **Distinct from Collaborative Data Synchronization APIs:** Distinct from Collaborative Data Synchronization APIs: focuses specifically on the grid/spreadsheet data model and cell-level updates.
  • Relational Data SynchronizationSynchronization of relational database tables and records across distributed clients using durable streams. **Distinct from Collaborative Data Synchronization APIs:** Focuses specifically on relational database sync rather than general document or grid synchronization