Java Web Crawler: Difference between revisions
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
==References== | ==References== | ||
* [https://www.developersoapbox.com/java-connect-to-sqlite-using-spring-boot/ Connect to SQLite using Spring Boot] | |||
* [https://medium.com/@kumarshivam_66534/implementation-of-spring-boot-data-redis-for-caching-in-my-application-218d02c31191 Spring Boot Data Redis for caching] | * [https://medium.com/@kumarshivam_66534/implementation-of-spring-boot-data-redis-for-caching-in-my-application-218d02c31191 Spring Boot Data Redis for caching] | ||
* [https://stackoverflow.com/questions/10399557/is-it-possible-to-run-selenium-firefox-web-driver-without-a-gui#:~:text=run%20Selenium%20on%20Firefox%20headlessly Selenium web driver without a GUI] | * [https://stackoverflow.com/questions/10399557/is-it-possible-to-run-selenium-firefox-web-driver-without-a-gui#:~:text=run%20Selenium%20on%20Firefox%20headlessly Selenium web driver without a GUI] |
Revision as of 02:08, 27 September 2020
A web crawler, or spider, is a type of bot that's typically operated by search engines like Google and Bing. Their purpose is to index the content of websites all across the Internet so that those websites can appear in search engine results.