View on GitHub

Spring Boot Microservice

A look at the microservice architecture

Home Getting Started Documentation
Return to Microservices

Scraper

A microservice designed to scrape DOM Elements from web pages.

Files

pom.xml

Sub Modules:

Scraper-API

Contains interfaces that describe how the service should behave.

Scraper-Client

Contains interfaces that will be used by consumers/clients to interact with the provider.

Scraper-Provider

The actual service implementation that contains the business logic.