alibaba/datax

DataX是阿里云DataWorks数据集成的开源版本。

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 32 minutes ago
Added to GitGenius on September 3rd, 2026
Created on January 18th, 2018
Open Issues & Pull Requests: 1,360 (+0)
GitHub issues: Enabled
Number of forks: 5,655
Total Stargazers: 17,345 (+0)
Total Subscribers: 450 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.1 days
Mean response time: 173.2 days
90th percentile: 378.4 days
Tracked items: 132

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 1% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 161
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 840 days
Stale 30+ days: 156
Stale 90+ days: 152

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 1

Top labels

No label distribution available yet.

Detailed Description

DataX is a data integration and synchronization framework that abstracts heterogeneous data sources into Reader and Writer plugins, enabling efficient offline data movement between systems.

DataX solves the problem of moving data reliably between different database and data warehouse systems. It works by treating each data source type as a plugin that either reads data from a source or writes data to a destination. This plugin architecture means that any new data source added to the system can immediately interoperate with all existing sources, without requiring custom integration code for each pair of systems. The framework supports synchronization between MySQL, Oracle, OceanBase, SQL Server, PostgreSQL, HDFS, Hive, HBase, MaxCompute, Hologres, and other major databases and data platforms.

DataX suits organizations running batch data migration, warehouse loading, or periodic synchronization tasks across multiple database systems. It is particularly valuable for teams managing complex heterogeneous environments where data must flow between legacy databases, cloud data warehouses, and big data platforms. The tool originated as the open-source version of Alibaba's internal DataWorks data integration product, which has been deployed at scale within the company.

The project receives issue reports primarily from external users rather than the core team, indicating a substantial base of real-world adopters. Responses to issues and pull requests typically arrive within one to two weeks.