8000 GitHub - haitian-sun/SearchEngine: This is the source code of a search engine on wikipedia pages.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This is the source code of a search engine on wikipedia pages.

Notifications You must be signed in to change notification settings

haitian-sun/SearchEngine

Repository files navigation

Details:

  • Before run ./eecs485pa6inv.sh
    • cd hadoop-example/mysrc
    • make clean
    • make
  • Inverted index: invIndex.txt
  • Pagerank: pagerank/output

Deploy:

  • Before run indexServer
    • make
    • ./indexServer 6206 invIndex.txt
  • virtualenv venv6 --distribute
  • . venv6/bin/activate
  • pip install -r requirements.txt
  • cd frontend
  • gunicorn -b YOUR_SERVER_NAME app:app

Collaborators:

Acknowledgement

  • This is a course project in EECS485 at the University of Michigan. Please do not use it for any other purpose.

About

This is the source code of a search engine on wikipedia pages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0