/winemap-data-loader

This is a python s2i that loads the wine review data into a postgesql pod on openshift

Primary LanguagePython

winemap-data-loader

Creates a postgresql container on OS and then loads wine review data from a data loader image as a job

oc cluster up

oc new-project winemap-namespace

oc new-app --template=postgresql-persistent -p POSTGRESQL_USER=username -p POSTGRESQL_PASSWORD=password -p POSTGRESQL_DATABASE=wineDb

clone this repo

oc create -f wine-data-loader.yaml

oc create -f secret.yaml

oc new-app --template=wine-data-loader