Skip to content

zot4plan/database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

109 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zot4Plan - PostgreSQL database

By: Loc Khong and Tram La

Description

  • Scrape courses and programs, and export data into JSON files.
  • Build prerequisite/corequisite trees
  • Convert JSON files into SQL files

Run App

Open terminal and run the main.py file.

cd web_scraper/app
python3 main.py

Set up database

  • Install PostgreSQL
  • Create a user with password, and grant it all privileges.
    • user: mytestuser
    • password: My6$Password
  • Create a database
    • database: zot4plandb
  • Import files in the following order:
    • create_tables.sql
    • courses.sql
    • programs.sql
    • general_education.sql
    • courses_in_ge.sql
    • full_text_search.sql

About

zot4plan database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages