awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repositorios

Awesome GitHub RepositoriesIncremental Sync

Streaming only the changes occurring after a connection is established, omitting snapshots.

Distinct from Change Data Capture Streams: Focuses on the omission of initial state in favor of delta-only streaming

Explore 7 awesome GitHub repositories matching data & databases · Incremental Sync. Refine with filters or upvote what's useful.

Awesome Incremental Sync GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • nangohq/nangoAvatar de NangoHQ

    NangoHQ/nango

    10,772Ver en GitHub↗

    Nango is an open-source platform that connects applications to external APIs by managing authentication, data synchronization, and custom function execution. It provides a managed runtime for TypeScript integration functions, handling OAuth flows, credential storage, and token refresh for hundreds of external APIs while keeping secrets isolated from application code. The platform distinguishes itself by exposing integration functions as discoverable tools for AI agents through an MCP server or API, with per-user credential isolation that keeps provider secrets out of the agent loop. It offers

    Runs recurring sync functions that paginate APIs, save checkpoints, and emit changed records.

    TypeScriptaccess-tokenapiapi-client
    Ver en GitHub↗10,772
  • electric-sql/electricAvatar de electric-sql

    electric-sql/electric

    9,909Ver en GitHub↗

    Electric is a Postgres data synchronization engine and replication proxy designed to enable local-first software. It replicates data from Postgres databases to client-side stores in real time using logical replication, allowing applications to maintain a local embedded database for offline access and low-latency updates. The system distinguishes itself by using shapes to filter and authorize specific subsets of database rows and columns before streaming them to clients or edge workers. It further supports multi-user collaboration by integrating a conflict-free replicated data type framework t

    Provides a mode to omit the initial data snapshot and stream only new changes after connection.

    Elixircrdtcrdtselixir
    Ver en GitHub↗9,909
  • openmediavault/openmediavaultAvatar de openmediavault

    openmediavault/openmediavault

    6,802Ver en GitHub↗

    OpenMediaVault is a Debian-based network attached storage (NAS) operating system that turns a computer into a dedicated storage appliance, managed entirely through a browser-based control panel. It provides a unified configuration interface for managing file sharing protocols, RAID arrays, user permissions, and network services, with extensibility through a modular plugin system that adds new capabilities without modifying the core installation. The platform supports setup and management of multiple RAID levels for data redundancy or performance, and exposes file storage over protocols includ

    Schedules recurring file transfers between local and remote systems using RSync for backup or mirroring tasks.

    PHPdebiannas
    Ver en GitHub↗6,802
  • airweave-ai/airweaveAvatar de airweave-ai

    airweave-ai/airweave

    6,453Ver en GitHub↗

    Airweave is a unified AI knowledge base platform that syncs data from external APIs into a searchable layer for retrieval-augmented generation. It provides a pre-built data connector library and a framework for building custom connectors, enabling the extraction, transformation, and synchronization of structured and unstructured data from SaaS applications. The platform includes a hybrid vector retrieval system that combines semantic, neural, and keyword search strategies to deliver grounded context for AI agents. The platform distinguishes itself through an agentic search engine that iterati

    Configures automatic refresh schedules for collections of synced data sources.

    Pythonagent-infrastructureaiai-agents
    Ver en GitHub↗6,453
  • weiye-jing/datax-webAvatar de WeiYe-Jing

    WeiYe-Jing/datax-web

    6,009Ver en GitHub↗

    DataX Web is a web-based management platform for scheduling, building, executing, and monitoring distributed data synchronization jobs powered by DataX. It provides a visual console for creating and managing DataX tasks without manual JSON configuration, with a distributed executor cluster that auto-registers worker nodes and supports configurable routing and blocking strategies for task distribution. The platform offers cron-based task scheduling with dynamic start, stop, and immediate status changes, along with incremental sync capabilities that pass dynamic parameters to extract only new o

    Automates periodic extraction of only new or changed records from source databases using dynamic parameter injection.

    Java
    Ver en GitHub↗6,009
  • justinwalsh/daux.ioAvatar de justinwalsh

    justinwalsh/daux.io

    4,530Ver en GitHub↗

    Este proyecto es un generador de sitios estáticos y servidor de documentación basado en Markdown que convierte archivos y estructuras de carpetas en sitios web responsivos. Funciona como un editor de documentación para Confluence, permitiendo la carga directa y sincronización de contenido Markdown procesado hacia servidores de bases de conocimiento empresariales. El sistema se distingue por sus capacidades de renderizado técnico, transformando sintaxis Mermaid en diagramas visuales y expresiones TeX en fórmulas matemáticas. Soporta documentación multilingüe creando versiones localizadas de un sitio con estructuras de navegación dedicadas. La plataforma proporciona un pipeline de contenido completo que incluye menús de navegación jerárquicos, resaltado de sintaxis de código y un sistema para gestionar el orden de las páginas mediante prefijos en los nombres de archivo. También cuenta con un framework de extensibilidad flexible para generadores de contenido personalizados y manipulación programática del árbol de páginas. El entorno puede desplegarse como un contenedor Docker portátil e incluye un servidor de vista previa local para probar la documentación antes de la generación final.

    Optimizes updates by synchronizing only the changes that occur between the source and destination.

    Ver en GitHub↗4,530
  • kananinirav/aws-certified-cloud-practitioner-notesAvatar de kananinirav

    kananinirav/AWS-Certified-Cloud-Practitioner-Notes

    3,829Ver en GitHub↗

    This project is a collection of structured study notes and conceptual breakdowns designed for the AWS Certified Cloud Practitioner exam. It serves as a technical reference and study guide, organizing cloud service details and architectural principles to assist in certification preparation. The knowledge base is built using markdown files and includes curated cheat sheets and interactive mind-map visualizations. These tools map complex certification topics into visual hierarchies to enable drill-down study paths and rapid revision. The materials cover a wide range of cloud capabilities, inclu

    Covers scheduled sync engines used to move and synchronize large volumes of data from on-premises environments.

    HTMLamazon-web-servicesawsaws-certified-cloud-practitioner
    Ver en GitHub↗3,829
  1. Home
  2. Data & Databases
  3. Change Data Capture Streams
  4. Incremental Sync

Explorar subetiquetas

  • Dynamic Parameter InjectionsPasses runtime field values and intervals to sync tasks so only new or changed records are extracted each run. **Distinct from Incremental Sync:** Distinct from Incremental Sync: focuses on the mechanism of injecting dynamic parameters into tasks, not the general delta-only streaming concept.
  • Scheduled Incremental Sync ConfigurationsDefines parent-child task dependencies and configures incremental sync with auto-calculated date ranges for scheduled runs. **Distinct from Incremental Sync:** Distinct from Incremental Sync: adds task dependency chaining and auto-calculated date ranges for scheduled execution, not just delta-only streaming.
  • Scheduled Sync Engines2 sub-etiquetasRecurring sync functions that paginate external APIs, save checkpoints, and emit only changed records. **Distinct from Incremental Sync:** Distinct from Incremental Sync: adds scheduling and checkpoint-based resumption for recurring runs.