Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 584 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 584 Bytes

winemap

Prerequisites:

https://radanalytics.io/get-started

https://github.com/radanalyticsio/winemap-data-loader

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

oc new-app --template=oshinko-python-spark-build-dc \
  -p APPLICATION_NAME=winemap \
  -p GIT_URI=https://github.com/radanalyticsio/winemap.git \
  -p SPARK_OPTIONS='--packages org.postgresql:postgresql:42.1.4' \
  -p OSHINKO_CLUSTER_NAME=<oshinko_cluster_name> \
  -e SERVER=postgresql \
  -e DBNAME=wineDb \
  -e PASSWORD=password \
  -e USER=username