ckrusemd / python-ds-kickstarter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 48.6%Language:Makefile 27.5%Language:CSS 16.3%Language:Dockerfile 4.0%Language:Shell 3.6%