https://github.com/davidcornu/ransaq
https://github.com/davidcornu/ransaq
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidcornu/ransaq
- Owner: davidcornu
- License: mit
- Created: 2022-01-10T00:01:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T13:48:16.000Z (over 3 years ago)
- Last Synced: 2025-04-10T21:11:04.573Z (about 1 year ago)
- Language: Rust
- Homepage: https://davidcornu.github.io/ransaq/ransaq/
- Size: 2.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ransaq
A crawler for the [SAQ](https://www.saq.com/)'s product catalog.
It was written as a hobby project to play around with a few libraries (notably [`sqlx`](https://github.com/launchbadge/sqlx) and [`SQLite`](https://sqlite.org/index.html)), and has the nice side effect of producing a real-world dataset I'd like to use for further experimentation with things like [`tantivy`](https://github.com/quickwit-inc/tantivy) and [`axum`](https://github.com/tokio-rs/axum).
I've attemped to make somewhat useful docs (https://davidcornu.github.io/ransaq/ransaq/).