/python-ds-kickstarter

Python Data Science Kickstarter - based on Cookie Cutter for Data Science, added FastAPI, Dash, MongoDB and Pytesthtml

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Python Data Science Kickstarter

Based on the cookiecutter data science project template. #cookiecutterdatascience

Builds on top of the excellent Cookiecutter DS template with services for FastAPI, Dash, MongoDB and pytest-html (creating a nice HTML of collected tests and displaying them through nginx).

I base other projects on this template and invite you to do the same - please raise issues and suggestions.

Docker services:

  • FastAPI (:80)
  • Plotly Dash Development, enabling hot-reload, (:8051)
  • Plotly Dash Production, Gunicorn (:8050)
  • MongoDB (:27017)
  • Pytest-html w/ nginx (:8080)

How to run:

docker-compose up -d