1 مستودع
Automated execution of SQL statements immediately before a data ingestion process to prepare the target environment.
Distinct from SQL Script Execution: Distinct from general SQL Script Execution as it specifically refers to lifecycle hooks triggered before data loading to ensure destination cleanliness.
Explore 1 awesome GitHub repository matching data & databases · Pre-Write Hooks. Refine with filters or upvote what's useful.
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
The tool runs SQL deletion statements on target tables before starting the import process to ensure a clean destination.