Giter VIP home page Giter VIP logo

web-crawler's Introduction

COMP 4601 Assignment

NOTE FOR TESTING

crawly.js is the crawler for fruits, and crawly2 is the crawler for personal (wiki) pages. You can run them seperately, and they will create two different collections in the same database.

Group Members

Nirmith D'Almeida 101160124 [email protected] Johnathan Scaife 101145480 [email protected] Ali Hassan Sharif 101142782 [email protected]

OpenStack URL

http://134.117.135.26:3000

Video URL

https://www.youtube.com/watch?v=Kt82suIoy0E

Implemented Features

  1. Web Crawler a) Fruit example site b) Wikipedia Stored in database with page data and PageRank calculations

  2. RESTful Web Server a) / - Home page displays entire collection b) /search - Page to specify search parameters c) /fruits - Search results from fruits collection (supports JSON via Postman) d) /fruits/:id - Data on individual fruit page e) /personal - Search results from personal (wikipedia) collection (Supports JSON via Postman) f) /personal/:id - Data on individual personal (wikipedia) page

Both /fruits and /personal has the following query parameters: a) q - String representing the search query b) boost - true or false, indicating boost from pagerank c) limit - the number of search results you want returned 0<limit<51

  1. OpenStack Deployment a) Server deployed to OpenStack b) PUT request to distributed search engine using AXIOS

Video/Demonstration

  1. How does your crawler work? What information does it extract from the page? How does it store the data? Is there any intermediary processing you perform to facilitate the later steps of the assignment?
  2. Discuss the RESTful design of your server. How has your implementation incorporated the various REST principles?
  3. Explain how the content score for the search is generated.
  4. Discuss the PageRank calculation and how you have implemented it.
  5. How have you defined your page selection policy for your crawler for your personal site?
  6. Why did you select the personal site you chose? Did you run into any problems when working with this site? How did you address these problems?
  7. Critique your search engine. How well does it work? How well will it scale? How do you think it could be improved?

web-crawler's People

Contributors

nirmithdev avatar johnwscaife avatar alisharif12354 avatar

Watchers

 avatar

web-crawler's Issues

Page Rank resulting in NaN

Due to reworking the url will need to fix and get the pageRank working and calculating for the front end

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.