awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Modular Data Adapters · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesModular Data Adapters

Architectural patterns for decoupling data sources from destination storage via pluggable interfaces.

Distinguishing note: Focuses on the pluggable sink architecture pattern rather than specific database drivers.

Explore 1 awesome GitHub repository matching software engineering & architecture · Modular Data Adapters. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Modular Data Adapters

Awesome Modular Data Adapters GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • alibaba/canal

    alibaba/canal

    29,614View on GitHub↗

    Canal is a database replication middleware that performs change data capture by simulating a database replica. It monitors transaction logs to stream incremental data modifications to downstream systems in real time, acting as an event streaming infrastructure that transforms low-level binary logs into structured, consumable message streams. The project distinguishes itself through a high-throughput architecture that utilizes concurrent multi-threaded parsing and stateful log position tracking to ensure reliable data delivery. It employs a pluggable sink architecture that decouples data extra

    Decouples data extraction from destination storage by using modular adapters to route events.

    Java
    29,614View on GitHub↗