Skip to content

DNYFZR/dropshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dropshot


An application with a Streamlit front-end and a back-end database, updated daily via Github actions.

  • The last completed tournament is shown on the side bar.

  • The side bar allows users to filter the data on player, year, surface and tour level.

  • The app has data from the start of the ATP tour (1990)

    • There are some gaps from the earlier days.


🧱 Build Status

Data Pipeline Data Pipeline
Streamlit App Streamlit App


🐳 Docker

Build the image

docker build -t streamlit_img .

Run the container

docker run --name streamlit_container -p 8501:8501 streamlit_img:latest