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

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

Notifications You must be signed in to change notification settings

radanalyticsio/winemap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages