A Docker Data Science Workflow Stack
By default the password and secret keys are set to : docker321
and user is admin
.
- Clone this repository onto your machine .
- Using commandprompt/terminal navigate to the downloaded repo.
- Run the command :
docker-compose build apistar
to build the APIStar Image. - After the above , run the command :
docker-compose up
, alternatively you can usedocker-compose -d up
to run in background.
- Jupyter for Data Manipulation and Exploration.
- SuperSet for Data Visualisation.
- Minio for Non-Relational Object Data Storage , which is also Amazon S3 compatible.
- PostgreSQL for Database , with persistent storage.
- APIStar for api related queries.
- Airflow for Task Scheduling.
- Portriner for administring docker images on ports.
- PgAdmin4 for Visualising and interacting with PostgreSQL.
Service | Port |
---|---|
Airflow | 8080 |
Apistar | 8000 |
Jupyter | 8888 |
Minio | 9000 |
Portainer | 9090 |
Postgres | 5432 |
Superset | 8088 |
PgAdmin4 | 5050 |
- goto localhost:5050.
- Enter email :
admin@admin.com
, password :docker321
. - Create new Server > On the first tab add suitable name > goto connections tab and enter data : * Host : your machine IP Address * Port : 5432 * Maintenence : postgres * Username : postgres * password : docker321
- Click save , now you can see databased under servers tab.