This library provides an ETL automation framework with generic pipeline classes, extraction sources, scheduling, monitoring, alerting, and reporting.
pip install .- Implement custom pipeline by extending
Pipelineand overridingtransform. - Use
ExtractionSourceFactoryto create extraction sources. - Configure and start the scheduler, monitoring, and reporting services.