Return to Microservices
Scraper
A microservice designed to scrape DOM Elements from web pages.
Files
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.