IsantePlus / etlscript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the instructions to use the ETL Script for iSantéPlus reports.

How to execute the ETL script for the reports

  1. Clone this repository in your home directory:

      git clone https://github.com/IsantePlus/etlscript
    
  2. After cloning the etlscript repository, open the terminal and execute this command in the project root directory. ./load.sh <mysql_user> <mysql_password> mysql_host> <mysql_port> ie

    ./load.sh root Admin123 localhost 3306 
    

Note: Ensure you have mysql client installed locally

About

License:Other


Languages

Language:Shell 100.0%