Skip to content

andreistan26/scraping-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraping Engine

Architecture Overview

sequenceDiagram
Cron Job->>Database: Scan for due jobs
Cron Job->>RabbitMQ: Push due jobs to RMQ
RabbitMQ->>Worker1..N: Pop queued scraping jobs
Worker1..N->>Database: Update scraped items
Cron Job->>Cron Job: Repeat
Loading

Usage

go build
./scraper scheduler &
./scraper scraper &

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages