PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Moisés Lima   ETL Tools   README.md   Download  
File: README.md
Role: Documentation
Content typex: text/markdown
Description: Documentation
Class: ETL Tools
Tools to process data from a PostgreSQL database
Author: By
Last change:
Date: 2 months ago
Size: 968 bytes
 

Contents

Class file image Download

ETL Tools - PostgreSQL Mission

Status

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