Skip to content

yuwang1028/694_Team15_DBMS_2024

Repository files navigation

DATA MANAGEMENT FOR ADVANCED DATA SCIENCE APPLICATIONS final project - team 15

STAT-694 at Rutgers, year (2024)

team 15:

HSIAO-CHUN HUNG hh617 / YU WANG yw1029 / YUYUE SUN ys898 / ZHUOER LIU zl413

1. Git clone the repository

git clone[https://github.com/yuwang1028/694_Team15_DBMS_2024]

2. Setup python environment

2.a. Create a venv environment

python3 -m venv <env_name>

2.b. Source onto environment

source <env_name>/bin/activate

2.c. Install requirements.txt file using pip

pip3 install -r requirements.txt --no-cache-dir

3. Add search API data file (or streaming data) to scripts folder

cd ./scripts
#copy data to this folder

4. Load the SQL and NoSQL databases if data is not loaded

sh scripts/setup/main.sh

5. Setup the Front End

python3 UI/ui.py 

Once you run this, you should see the search app @ localhost:8000


6. Setup the periodic ttl based cacher

python3 scripts/staleCacheChecker.py 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •