Skip to content

Web crawler application that collects domain statistical information and saves it to database

Notifications You must be signed in to change notification settings

streamlined2/WebCrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

webCrawler

Simple web crawler to collect domain statistical information and save it to DB

Application deployed to Heroku service https://very-simple-web-crawler.herokuapp.com/crawler
DB setup script webCrawler/setup.sql

  • Java 17
  • JEE front controller servlet
  • MVC pattern
  • service, DAO layers
  • JPA transaction programmatic management
  • JPA/Lombok annotations for entity classes
  • Embedded Jetty server
  • PostgreSQL 13.4
  • Freemarker templates
  • Java HttpClient to fetch resources
  • Jsoup to analyze HTML