Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

109 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages