|
|
ecf0937a53
|
feat: add database wrapper interfaces for mssql and postgres
Introduce a DB dialect interface and per-dialect wrappers that expose connection, query and column type operations with pre/post SQL hooks.
|
2026-04-15 19:00:00 -05:00 |
|
|
|
74abf12dcf
|
feat: add exponential backoff retry strategy
Introduce a retry policy with exponential backoff and jitter for extractor and loader errors, with configurable max attempts and delay caps.
|
2026-04-13 14:00:00 -05:00 |
|
|
|
7f3d2b8cc4
|
refactor: rename Batch to Partition across pipeline
Rename internal types and channels from Batch to Partition for consistency with the data model.
|
2026-04-11 18:00:00 -05:00 |
|
|
|
92f010a9a6
|
feat: add logging and migration runner skeleton
Wire a structured logger and a top-level migration job that drives extract, transform and load stages.
|
2026-04-06 13:00:00 -05:00 |
|
|
|
f7b8dd73d4
|
refactor: unify database url configuration
Consolidate source/target connection handling around a single URL-based configuration model.
|
2026-04-03 14:00:00 -05:00 |
|
|
|
69ea51a8b6
|
feat: add config module with env and yaml loading
Introduce a typed configuration layer loaded from environment variables and a YAML file.
|
2026-03-31 14:00:00 -05:00 |
|