Code for final project of CSCI6010 - Big Data
- Pre-requisites: Docker desktop installed
- With Docker desktop open, type
docker-compose up -din the command line from the root folder of this project - Wait a minute, then navigate to http://localhost:5050/
- Login on pgadmin with PG_DEFAULT_EMAIL and PG_DEFAULT_PASSWORD from docker-compose.yml file
- Click on Servers -> Register -> General Tab; Name: bigdata, Connection tab; Host name/address: postgres, Username: bigdata, Password: tImPgDBfBDc!32#
- Run db_conn.py and observe if tables and contents were created in "bigdata" database