Skytrax-Data-Warehouse
A full data warehouse infrastructure with ETL pipelines running inside docker on Apache Airflow for data orchestration, AWS Redshift for cloud data warehouse and Metabase to serve the needs of data visualizations such as analytical dashboards.
File Explorer
Download Latest Version (.zip)- skytrax_etl_pipeline.py
- __init__.py
- sql_queries.py
- __init__.py
- create_tables.py
- data_quality.py
- load_dimension.py
- load_fact.py
- source_to_redshift.py
- __init__.py
- architecture1.png
- dag.PNG
- dag_view.PNG
- dashboard1.png
- dashboard2.png
- gantt.PNG
- skytrax-warehouse.png
- skytrax.png
- treeview.PNG
- .gitignore
- docker-compose.yml
- LICENSE
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/iam-mhaseeb/Skytrax-Data-Warehouse
Downloads the entire project code from GitHub to your computer.
cd Skytrax-Data-Warehouse
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Python
EasyPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
