Gitpod can be used as an IDE. You can load the code inside to try the code.
in a terminal, run
poetry run python -m dash_app.main
poetry run streamlit run src/streamlit_app/main.pyYou can run the Dash application to visualize space missions:
python src/dash_app/space_missions.pyThis application allows you to:
- View the 200 most recent space missions
- Filter by launcher
- Filter by launch site
- Interactive data table with sorting and filtering
- Visualize a graph of the number of launches per month
You can run other applications with the following commands:
python src/app/main.pyYou can run this template with docker. The manufactured image can be distributed and used to deploy your application to a production environment.
docker-compose build
docker-compose run app