mirror of
https://gitlab.com/cief-data/data-management.git
synced 2026-08-19 04:13:57 +00:00
README update
This commit is contained in:
@@ -3,13 +3,14 @@
|
||||
### Built With
|
||||
|
||||
* [Python 3.9.12](https://www.python.org/downloads/)
|
||||
* [mysql-connector-python 8.0.30](https://pypi.org/project/mysql-connector-python/)
|
||||
* [google-cloud-storage 2.5.0](https://pypi.org/project/google-cloud-storage/)
|
||||
|
||||
## ✨ Code-base structure
|
||||
|
||||
### How To Run CMD:
|
||||
###### pip install -r requirements.txt
|
||||
###### python run_extract_load.py
|
||||
###### pip3 install -r requirements.txt
|
||||
###### python3 main.py
|
||||
|
||||
```
|
||||
data-management
|
||||
@@ -32,7 +33,7 @@ data-management
|
||||
├─ general_function.py # All customize general code function to import in run_extract_load.py
|
||||
├─ README.md # Project guide
|
||||
├─ requirements.txt # Install needed library
|
||||
└─ main.py # Main code to run the extract load process
|
||||
└─ main.py # Main code to run the extract load process
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user