/licenta-crawler

Crawler module for my bachelor's thesis that was responsible for collecting e-commerce pages about books

Primary LanguageJava

Build Status

Run locally

mvn clean package -P prod -DskipTests
docker build -t gcr.io/bookworm-221210/crawler:latest .
docker run -p 8080:8080 -it gcr.io/bookworm-221210/crawler:latest