I have a Play application (Scala) setup on heroku. Now I want to connect this application to a neo4j database using the graphenedb addon for heroku.
I would like to use AnormCypher to interact with neo4j.
Which steps give me such a setup? I would appreciate some example built.sbt
,plugins.sbt
,application.conf
files which allow connecting to neo4j in a Controller
object.