Java Web Crawler: Difference between revisions
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
==References== | ==References== | ||
{| | |||
| valign="top" | | |||
* [https://www.developersoapbox.com/java-connect-to-sqlite-using-spring-boot/ Connect to SQLite using Spring Boot] | * [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] | ||
Line 12: | Line 14: | ||
* [https://docs.spring.io/spring-data/data-redis/docs/current/reference/html/ Spring Data Redis] | * [https://docs.spring.io/spring-data/data-redis/docs/current/reference/html/ Spring Data Redis] | ||
* [https://www.baeldung.com/spring-boot-sqlite SQLite Dialect] | * [https://www.baeldung.com/spring-boot-sqlite SQLite Dialect] | ||
| valign="top" | | |||
* [https://stackoverflow.com/questions/11559464/ EhCache overflow to disk at specific path] | |||
|} |
Revision as of 04:05, 1 October 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.