Skip to content

cb1cyf/BookRecommend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookRecommend

Project of Big Data Course

Start Service

chmod a+x ./bin/start
bash ./bin/start

Access address: http://localhost:8888/book-rec/

The full SQL file book.sql can be found in the release. Please download it and copy it to ./SQL/book.sql before starting service.

Stop Service

docker-compose -f ./bin/docker-compose.yml stop