Skip to content

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

Notifications You must be signed in to change notification settings

radanalyticsio/winemap-data-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages