Skip to content

vseup/boulderampel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boulderampel

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.

Goals

  • 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

Development with Docker

  • 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

About

identify the best times to climb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published