Skip to content

🐳📊🤓Cookiecutter template to launch an awesome dockerized Data Science toolstack (incl. Jupyster, Superset, Postgres, Minio, AirFlow & API Star)

License

Notifications You must be signed in to change notification settings

data4sci/data-science-stack-cookiecutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moje poznámky

CLI

crate cookiecutter folder structure

cookiecutter https://github.com/data4sci/data-science-stack-cookiecutter.git

run just jupyter

docker run -d -p 8888:8888 jupyter/scipy-notebook

přidat examples do běžícího Superset kontejneru

docker exec -it superset superset load_examples

TODO

  • audit docker kontejnerů (2 roky staré video!)

další microservices

docker kontejnery


Data Science Stack - Cookiecutter

Maintainers Wanted

Cookiecutter to launch an awesome Data Science toolstack in Docker.

See it in action

asciicast

Overall Architecture

architecture

Used Variables

The following table provides an overview about parameter, that are queried by cookiecutter (and why)

Name Description Injected in Services
project_name Name of your project 
jupyter_password Password to protect your Jupyter service Jupyter
postgres_db_password Password of standard postgres user Postgres
shared_db_password Password for shared database Airflow
Jupyter
Postgres
superset_db_password Password for superset database Postgres
Superset
superset_admin_password Password for superset admin user Superset
minio_access_key Access key for Minio store Airflow
Apistar
Jupyter
Minio
minio_secret_key Secret key for Minio store Airflow
Apistar
Jupyter
Minio

About

🐳📊🤓Cookiecutter template to launch an awesome dockerized Data Science toolstack (incl. Jupyster, Superset, Postgres, Minio, AirFlow & API Star)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 57.6%
  • Shell 24.0%
  • Python 11.4%
  • Dockerfile 7.0%