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
·

5 dépôts

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

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

    alibaba/DataX

    17,241Voir sur 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
    Voir sur GitHub↗17,241
  • liveblocks/liveblocksAvatar de liveblocks

    liveblocks/liveblocks

    4,438Voir sur 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
    Voir sur GitHub↗4,438
  • borisdj/efcore.bulkextensionsAvatar de borisdj

    borisdj/EFCore.BulkExtensions

    3,996Voir sur GitHub↗

    EFCore.BulkExtensions is a library for executing high-performance batch insert, update, and delete operations within the Entity Framework Core ecosystem. It functions as a database batch processing toolkit and a wrapper for native SQL Bulk Copy to enable faster data ingestion and synchronization across multiple database providers. The library provides specialized capabilities for relational data synchronization, allowing users to align database tables with local entity lists through bulk upserts and conditional synchronization. It also supports relational data graph insertions, which enable t

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

    C#batchbulkcopy
    Voir sur GitHub↗3,996
  • garden-co/jazzAvatar de garden-co

    garden-co/jazz

    2,537Voir sur 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
    Voir sur GitHub↗2,537
  • devaslanphp/project-managementAvatar de devaslanphp

    devaslanphp/project-management

    1,045Voir sur GitHub↗

    Ce projet est une plateforme de gestion de projet agile conçue pour centraliser le suivi des tâches, l'organisation des flux de travail et le contrôle de la productivité des équipes. Il fournit un espace de travail unifié où les utilisateurs peuvent gérer des projets, des tickets et des jalons via des tableaux visuels, tout en enregistrant simultanément le temps passé sur des activités spécifiques pour générer des rapports de performance détaillés. La plateforme se distingue par sa capacité à consolider les données provenant de multiples outils de gestion tiers dans un schéma normalisé unique. Elle intègre un framework d'interface sensible à la locale qui prend en charge les équipes mondiales en injectant des chaînes traduites à l'exécution, garantissant l'accessibilité dans différentes régions. La sécurité et le contrôle d'accès sont gérés par une fédération d'identité intégrée, qui utilise des protocoles standards pour vérifier les identifiants des utilisateurs et maintenir une authentification centralisée. Au-delà de ses capacités de gestion de base, le système inclut des fonctionnalités pour suivre la progression du projet et identifier les goulots d'étranglement en utilisant des méthodologies agiles. Il emploie une couche middleware pour gérer la validation des requêtes et les politiques de sécurité, garantissant que toutes les interactions avec la plateforme restent cohérentes et sécurisées.

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

    PHPalpinejschartjsfilament
    Voir sur GitHub↗1,045
  1. Home
  2. Data & Databases
  3. Collaborative Data Synchronization APIs

Explorer les sous-tags

  • 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