No description
- Rust 95.4%
- Dockerfile 4.6%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
All checks were successful
Build and publish scraper OCI image / Build and publish scraper OCI image (push) Successful in 1m52s
Signed-off-by: Louis Vallat <contact@louis-vallat.dev> |
||
| .forgejo/workflows | ||
| grafana_provisioning | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
TGV scraper
Learn more about this project in this blog post.
This project utilizes Rust, InfluxDB 2 and Grafana 13, together with Docker, to scrape the onboard TGV API, store it in a time-series database and visualize it in a clean dashboard.
Getting started
# Copy the .env.example file and customize it
cp .env.example .env
nvim .env
# Start the scraper
docker compose up