Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jgoerner/data-science-stack-cookiecutter

🐳📊🤓Cookiecutter template to launch an awesome dockerized Data Science toolstack (incl. Jupyster, Superset, Postgres, Minio, AirFlow & API Star)
https://github.com/jgoerner/data-science-stack-cookiecutter

airflow apistar cookiecutter data-science docker docker-image jupyter minio postgres python superset

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Data Science Stack - Cookiecutter
[![Maintainers Wanted](https://img.shields.io/badge/maintainers-wanted-red.svg)](https://github.com/pickhardt/maintainers-wanted)

Cookiecutter to launch an awesome Data Science toolstack in Docker.

# See it in action
[![asciicast](https://asciinema.org/a/CcZ9duIdP0pBfZWxw5Nt1tFVZ.png)](https://asciinema.org/a/CcZ9duIdP0pBfZWxw5Nt1tFVZ)

# Overall Architecture
![architecture](./architecture.png)

# 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 |