Go to file
Soldier 985d340855 Add raw HTML archiving for historical re-parsing
Store complete HTML response in raw_html column before extraction. Enables re-running selectors on historical scrapes when sites change their DOM structure or CSS classes.
2025-11-16 08:43:46 +00:00
cmd/alpenqueue Add flexible CSS selector extraction 2025-11-16 08:33:19 +00:00
pkg Add raw HTML archiving for historical re-parsing 2025-11-16 08:43:46 +00:00
.gitignore Add SQLite persistence and worker 2025-11-16 07:50:59 +00:00
go.mod Add flexible CSS selector extraction 2025-11-16 08:33:19 +00:00
go.sum Add flexible CSS selector extraction 2025-11-16 08:33:19 +00:00
README.md Initial commit 2025-11-16 07:30:00 +00:00

AlpenQueue: A lightweigt, self-hosted task queue in Go