Giter Site home page Giter Site logo

crawlerizer's Introduction

crawlerizer

This project consists of a simple REST API in which one can post a JSON object consisting of an url, which is parsed by the backend and it tries to crawl the result trying to qualify the content.

List of Endpoints

/crawlOne

{
  "url": "cde.com.ar",
  "rank": 834987
  }

/crawl

[    
    {
        "url": "cde.com.ar",
        "rank": 834987
    },
    {
        "url": "clarin.com",
        "rank": 834987
    }
]

/getAll

Qualifier

Is a basic component intended to find a regular text in the tags of the html content. Currently is extensible via adding a new implementation of the IQualifier interface.

By default, it will apply the TitleQualifier which is in charge of search keywords in the <title> tag to find some matches.

Instructions

Clone the repo and simply run mvn install inside the unzipped project's folder. If successful this should produce a war file inside the target folder which can be deployed in the server, or import it in your favorite IDE and deploy it into the embeded server to be run

Advice

Since I faced conflicts when trying to integrate testing the REST API, a Postman file is included into /crawlerizer/src/test/resources the to import and allow the basic runs on the application

crawlerizer's People

Contributors

threenary avatar dependabot[bot] avatar

Watchers

James Cloos avatar

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.