DownloadETL Tools - PostgreSQL Mission

ETL Tools is a lightweight PHP-based tool designed to help with Extract, Transform, and Load (ETL) processes.
It provides a powerful search, analysis, extract, transform and load for PostgreSQL databases.
? Features
-
Simple MVC architecture
-
Zero dependencies
? Installation
1. Clone the repository
git clone https://github.com/themoiza/etl-tools.git
cd etl-tools
2. Install Composer (if not already installed)
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
3. Install project dependencies
composer install
?? Running the Project
php server.php
By default, the application will run at: http://localhost:8543
? Requirements
PHP >= 8.0
Composer |