Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hauke96/flashh-stays
A script collection visitor information from the FLASHH boulder spot in Hamburg, Germany.
https://github.com/hauke96/flashh-stays
data-visualization gnuplot statistics systemd-timer
Last synced: about 2 months ago
JSON representation
A script collection visitor information from the FLASHH boulder spot in Hamburg, Germany.
- Host: GitHub
- URL: https://github.com/hauke96/flashh-stays
- Owner: hauke96
- License: gpl-3.0
- Created: 2020-10-11T22:26:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-18T15:03:50.000Z (over 4 years ago)
- Last Synced: 2024-04-16T00:19:47.252Z (10 months ago)
- Topics: data-visualization, gnuplot, statistics, systemd-timer
- Language: Gnuplot
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flashh-stays
Script to collect visitor data from the FLASHH boulder spot in Hamburg, Germany.
This all works with CSV files of the following format:
```csv
date;stays
10:00;23
10:05;31
10:10;29
...
```The `flashh-plot.gnuplot` file requires a `flashh-plot.csv` file and renders its content to a `flashh-plot.png` file.
The `flashh-stays.sh` loads the data from the server and writes it into a CSV file with a name like `flashh-stays_2020-10-25.csv`.
After that it takes this CSV file, copies it, renders it using the gnuplot script and renames the PNG file into `flashh-stays_2020-10-25.png`.The `flashh-stays.timer` and `flashh-stays.service` are config files to a systemd timer executing the `flashh-stays.sh` file every 5 minutes between 8AM and 11:59PM.