Team 14
Name | Net ID |
---|---|
Advaith Rao | asr209 |
Ayush Oturkar | ao586 |
Falgun Malhotra | fm466 |
Vanshita Gupta | vg422 |
git clone https://github.com/advaithsrao/694Team14Dbms2023.git
NOTE: A quick way to implement this would be with the venv package. You can also setup the environment with conda using the command
conda create -n <env_name> python=3.8 | conda activate <env_name>
. After this follow step 2.c
python3 -m venv <env_name>
source <env_name>/bin/activate
pip3 install -r requirements.txt --no-cache-dir
mkdir ./data
#copy data to this folder
sh scripts/setup/main.sh
python3 UI/ui.py > /outputs/uiLogs.out &
Once you run this, you should see the search app @ localhost:8000
python3 scripts/staleCacheChecker.py > /outputs/cacherLogs.out &
Port | Application |
---|---|
8000 | Search App |
5544 | PostgreSQL |
9200 | Elastic Search (ELK) |
5601 | Kibana for ELK |