sw-jobs-go-lambda/readme.md

14 lines
646 B
Markdown
Raw Permalink Normal View History

2024-06-08 14:11:40 +00:00
# The Hub Scraper
2024-06-08 18:18:02 +00:00
deprecated as lambda was a bad solution for this, without setting up dynamodb, api etc. This will go live in a ec2 so it can write to local storage instead of running on demand.
2024-06-08 18:24:54 +00:00
Go is fast but free tier lambda is not and I am not yet a smart man.
2024-06-08 18:18:02 +00:00
2024-06-08 18:24:54 +00:00
<del>This is a simple scraper that extracts job details from the [The Hub](https://thehub.io) website.</del>
2024-06-08 14:11:40 +00:00
2024-06-08 18:24:54 +00:00
<del>It's a fork of the original [The Hub Scraper](https://gitea.rannes.dev/rannes.dev/sw-jobs-go) by [Rannes](https://gitea.rannes.dev/rannes.dev).</del>
2024-06-08 14:11:40 +00:00
2024-06-08 18:24:54 +00:00
<del>## Usage</del>
2024-06-08 14:11:40 +00:00
2024-06-08 18:24:54 +00:00
<del>To run the scraper zip it deploy it to AWS Lambda and then call the function. </del>