Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 536 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 536 Bytes

winemap-data-loader

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

oc cluster up

oc new-project winemap

oc new-app --template=postgresql-persistent \
-p POSTGRESQL_USER=username \
-p POSTGRESQL_PASSWORD=password \
-p POSTGRESQL_DATABASE=wineDb
oc create -f https://raw.githubusercontent.com/radanalyticsio/winemap-data-loader/master/wine-data-loader.yaml

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