2 dépôts
Executes custom SQL queries before or after the data load to prepare or finalize the database.
Distinct from Raw SQL Execution: Distinct from Raw SQL Execution: focuses on executing SQL as hooks around data loading, not general raw SQL execution.
Explore 2 awesome GitHub repositories matching data & databases · Pre and Post Load SQL Execution. 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
Executes custom SQL statements immediately before or after synchronization tasks to prepare or finalize data.
pgloader is a command-line tool that automates the migration of data and schema from various source databases and file formats into PostgreSQL. It combines schema discovery, parallel data pipelines, and type casting into a single, declarative workflow, using PostgreSQL's COPY protocol for high-throughput bulk loading. The tool distinguishes itself by compiling a dedicated command language into concurrent reader-writer pipelines that handle schema introspection, data transformation, and error-resilient batch processing. It supports migrating entire databases from MySQL, MS SQL, SQLite, and Pos
Executes custom SQL queries before or after the data load to prepare or finalize the database.