tmckayus / winemap

This is the app that calls the postgresql db to show a map of wine reviews

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

winemap

This is the app that calls a postgresql db to show a map of wine reviews using these commands:

oc create -f https://radanalytics.io/resources.yaml

oc new-app --template oshinko-pyspark-build-dc -p APPLICATION_NAME=winemap -p GIT_URI=https://github.com/rebeccaSimmonds19/winemap.git -p SPARK_OPTIONS='--packages org.postgresql:postgresql:42.1.4' -p APP_ARGS="-SERVER=postgresql -USER=username -PASSWORD=password -DBNAME=wineDb"

About

This is the app that calls the postgresql db to show a map of wine reviews


Languages

Language:Python 100.0%