Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmccarthy/fetch
Tools I find myself writing for fetching data from the web
https://github.com/tmccarthy/fetch
Last synced: about 1 month ago
JSON representation
Tools I find myself writing for fetching data from the web
- Host: GitHub
- URL: https://github.com/tmccarthy/fetch
- Owner: tmccarthy
- License: apache-2.0
- Created: 2022-06-25T11:18:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T11:35:53.000Z (7 months ago)
- Last Synced: 2024-06-01T12:28:12.507Z (7 months ago)
- Language: Scala
- Size: 192 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fetch
A library of tools I find myself writing for fetching data from the web. Includes:
* cats and fs2 based utilities for downloading and streaming data
* A rate-limiting backend for sttp
* A client for OpenStreetMap that can be used to geocode location strings
* A client for the data.gov.au API
* Caches using the local filesystem or a local Sqlite DB
* A scala client for AWS Textract, extracted and expanded from [tmccarthy/australian-federal-parliament-citizenship-register-scraper](https://github.com/tmccarthy/australian-federal-parliament-citizenship-register-scraper)