This demonstrates how to deploy a Spark app to Heroku using Maven with PostgreSQL database
Pre-req:
1. Create Heroku Postgres Database
in https://postgres.heroku.com/databases
2. Create new Heroku app
in https://dashboard.heroku.com/apps
Steps:
Configure db connection with:
heroku db connection settings
Configure pom.xml heroku plugin with:
jdk version
app name
launch command
Deploy using mvn heroku:deploy
UserApp is live at https://spark-angularjs-app.herokuapp...