MkPipe
MkPipe is a modular, open-source ETL (Extract, Transform, Load) tool that allows you to integrate various data sources and sinks easily. It is designed to be extensible with a plugin-based architecture that supports extractors, transformers, and loaders.
Documentation
For more detailed documentation, please visit the GitHub repository.
License
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
mkpipe_project.yaml Variables
...
connections:
source:
host: 'XXX'
port: 'XXX'
database: 'XXX'
user: 'XXX'
password: 'XXX'
...