About | Technologies | Requirements | Starting | License | Author
A simple pipeline infrastructure with ETL pipeline contained in a docker environment using apache airflow for orchestration and postgres for data warehousing
The following tools were used in this project:
Before starting 🏁, you need to have Git, Python3 and Docker-Compose installed.
# Clone this project
$ git clone https://github.com/stemitom/postgres-pipeline
# Access
$ cd postgres-pipeline
# Install dependencies in your environment
$ pip install -r requirements.txt
# Run the project
$ docker-compose up -d
# The airflow server will initialize at <http://localhost:8080>
- Add visualization with Metabase
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Temiloluwa Samuel