Commit Graph

29 Commits

Author SHA1 Message Date
cd0e53b1d2 feat: implement MSSQL extractor, transformer, and Postgres loader for enhanced data migration 2026-04-10 23:39:37 -05:00
6345a0d694 feat: enhance migration job processing with detailed metrics and error handling 2026-04-09 21:55:19 -05:00
1db35c796c feat: enhance migration job processing with parallel execution and improved logging 2026-04-09 20:02:04 -05:00
524d892a60 feat: refactor migration job structure to use SourceTableInfo and TargetTableInfo for improved configuration handling 2026-04-09 19:20:50 -05:00
a0b51f40c1 feat: add context support to migration job processing for improved cancellation and error handling 2026-04-09 00:43:11 -05:00
b64a76ca45 feat: improve error handling and job cancellation in migration process 2026-04-09 00:38:16 -05:00
853be4a5a6 feat: update chunk size for MSSQL processing and enhance error handling in transformation functions 2026-04-08 20:48:36 -05:00
bc6f9a6a70 feat: implement batch processing for MSSQL with improved structure and logging 2026-04-08 19:20:09 -05:00
75b04d4b2e feat: add MANZANA migration job and update related processing logic 2026-04-08 10:16:27 -05:00
4434054b21 feat: implement data generation and loading for MANZANA with improved structure and logging 2026-04-08 09:57:40 -05:00
1e2a37e59f fix: adjust migration parameters for improved performance and consistency 2026-04-07 23:52:49 -05:00
8afdb45318 feat: implement batch processing for MSSQL extraction and transformation with range handling 2026-04-07 23:39:55 -05:00
c318428563 feat: update chunk size for MSSQL data loading and add utility functions for database operations 2026-04-07 17:57:36 -05:00
270a66dbbf feat: enhance logging and performance metrics for migration processes 2026-04-07 15:53:17 -05:00
7bb67ddfcf feat: refactor data extraction and loading functions for improved context handling 2026-04-07 12:55:05 -05:00
f589664320 feat: implement MSSQL data extraction and transformation process 2026-04-06 20:36:11 -05:00
382c2099f7 feat: add ORDER BY clause to SQL extract queries for consistent result ordering 2026-04-06 19:13:14 -05:00
c49ff65b1d feat: remove unused column type logging and streamline migration job processing 2026-04-06 10:50:04 -05:00
828fc57121 feat: refactor column type handling and streamline database column queries 2026-04-04 13:30:07 -05:00
de0d4a5516 feat: enhance column type querying functions for improved error handling and SQL compatibility 2026-04-04 10:17:20 -05:00
b05e566fca feat: refactor database connection logic and add column type querying functions 2026-04-04 00:23:28 -05:00
5ebaac482d feat: implement database connection functions for SQL Server and Postgres 2026-04-03 23:33:19 -05:00
45407b070f feat: implement database connection logic for SQL Server and Postgres 2026-04-03 23:27:16 -05:00
fa7ea94979 feat: add logging configuration and implement migration logic 2026-04-03 23:05:19 -05:00
ad89519ece refactor: database url config 2026-04-02 14:28:03 -05:00
36af9378ad feat: add casting for special postgres types 2026-04-01 14:18:21 -05:00
deedf7f95d feat: add dinamic query building 2026-04-01 12:14:16 -05:00
8775103a9d feat: add extractData method for retrieving data from postgresql 2026-04-01 10:03:14 -05:00
c2aa7409cf Init project 2026-03-31 08:39:04 -05:00