Skip to content
forked from Ca-moes/PRI

Information Retrieval Project

Notifications You must be signed in to change notification settings

andrenasx/FEUP-PRI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements:

  • Python3
  • Docker
  • NodeJS v16.13.0

Inside /sources:

  • To run the pipeline type make help. It will display the list of available commands to refine the data and prepare it for Solr
  • Inside /solr:
    • run docker build . -t amazon_solr to build the Solr's image
    • run docker run --name amazon_reviews -p 8983:8983 -v ${PWD}/data:/data --rm amazon_solr to start the container
  • Inside /web, on both /frontend and /backend (make sure Solr is running):
    • run npm install on the first time, to install all the dependencies needed
    • run npm start to initiate the backend server and frontend app

Packages

No packages published

Languages

  • JavaScript 46.0%
  • Python 30.3%
  • TypeScript 14.2%
  • TeX 3.4%
  • Shell 3.1%
  • HTML 1.7%
  • Other 1.3%