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

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

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

3 个仓库

Awesome GitHub RepositoriesLarge Scale Data Integration Frameworks

Systems designed to move massive volumes of structured and unstructured data between diverse databases and cloud storage.

Distinct from Large-Scale Data Computation: Focuses on the integration and movement of diverse data at scale, rather than just computation or storage management.

Explore 3 awesome GitHub repositories matching data & databases · Large Scale Data Integration Frameworks. Refine with filters or upvote what's useful.

Awesome Large Scale Data Integration Frameworks 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

    Functions as a distributed framework for synchronizing massive volumes of data between heterogeneous sources and destinations.

    Java
    在 GitHub 上查看↗17,241
  • apache/seatunnelapache 的头像

    apache/seatunnel

    9,427在 GitHub 上查看↗

    SeaTunnel is a distributed data integration engine designed to synchronize structured and unstructured data across diverse sources and sinks. It functions as a multi-engine execution framework that can run data integration tasks across different distributed computing backends to optimize workload performance. The project is distinguished by a visual data pipeline designer for configuring workflows without manual code and a specialized change data capture tool for streaming incremental database updates. It also includes an enrichment pipeline that integrates large language models and embedding

    Moves massive volumes of structured and unstructured data between diverse databases, cloud storage, and messaging systems.

    Javaapachebatchcdc
    在 GitHub 上查看↗9,427
  • dotnetcore/dotnetspiderdotnetcore 的头像

    dotnetcore/DotnetSpider

    4,137在 GitHub 上查看↗

    DotnetSpider 是一个 .NET 网络爬虫框架和 C# 数据提取工具,旨在实现大规模的自动化网页发现和互联网结构化数据检索。它作为一个高级 Web 抓取库,用于从各种网站收集信息。 该框架提供了自动化网络爬虫和大规模数据抓取的功能。它支持网页内容提取,以便在 .NET 生态系统内通过程序化 Web 自动化创建本地数据库或分析在线信息。 系统利用基于流水线的数据处理模型,具有异步请求处理和并发工作线程执行功能。它具有基于任务队列的调度器、模块化存储提供程序以及用于自定义抓取逻辑的接口驱动实现。

    Simplifies the collection of large datasets by extracting specific data points from web pages through a structured process.

    C#crawlercross-platformcsharp
    在 GitHub 上查看↗4,137
  1. Home
  2. Data & Databases
  3. Large Scale Data Integration Frameworks

探索子标签

  • Large Scale ExtractionThe process of extracting specific data points from web pages to build massive structured datasets. **Distinct from Large Scale Data Integration Frameworks:** Focuses on the extraction of data points from the web rather than moving data between databases.