This project analyzes how crowded our favorite bouldering gym is by day of the week and time of day. The goal is to extract clear patterns from the data and identify the best times to climb.
- Make occupancy by weekday and time visible
- Enable comparisons between typical weekdays and weekends
- Make it easier to decide when a visit is most relaxed
- Build images:
docker compose --env-file .env.dev build - Start services:
docker compose --env-file .env.dev up -d - Logs:
docker compose --env-file .env.dev logs -f - Stop services:
docker compose --env-file .env.dev down