Orchestration layer around the jrunner Java JDBC CLI, replacing the previous shell-based sync system in .archive/pre-rewrite. Includes the FastAPI + Jinja web frontend, per-driver adapters (DB2, MSSQL, PG), wizard-driven module creation with editable dest types and source-sourced table/column descriptions, watermark/hook CRUD, and the engine that runs modules end-to-end. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
10 lines
221 B
YAML
10 lines
221 B
YAML
database: /opt/pipekit/pipekit.db
|
|
jrunner_path: /usr/local/bin/jrunner
|
|
driver_dir: /opt/pipekit/drivers/
|
|
api_port: 8100
|
|
# smtp:
|
|
# host: smtp.example.com
|
|
# port: 587
|
|
# from: etl@example.com
|
|
# to: admin@example.com
|