forked from sethu1504/BookWorm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
21 lines (15 loc) · 1.05 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Book Recommendation and Intelligence Engine (B.R.I.E.)
Developed as a part of Big Data coursework at SFU by Lakshayy Dua, Sethuraman Annamalai and Supreet Kaur Takkar
This text file contains a general overview of BRIE's codebase denoting which parts of the codebase contain what functionalities
Folder src - Entire data collection and data loading.
Folder gcp_data_loading - Trials to load data into Google Cloud Platform
Folder data_migration - Loading appropriate data into MySQL and Mongo database
Folder data - All the cleaned and uncleaned data split into appropriate batches
Folder extra - Some MongoDB queries for reference
Folder Brie - The entire Django Web Framework
Folder Brie - Some basic settings of the product
Folder app - The required pages, templates and rendering of the product
Folder templates - Actual HTML pages
Folder static - The necessary static files such as images and stylesheets
Folder migrations - Data loading into MySQL supported by Django
views.py - The View file of the MVC pattern. One can find all functionalities here