Spring onto Heroku by Andreas Kollegger.
From the post:
Deploying your application into the cloud is a great way to scale from “wouldn’t it be cool if..” to giving interviews to Forbes, Fast Company, and Jimmy Fallon. Heroku makes it super easy to provision everything you need, including a Neo4j Add-on. With a few simple adjustments, your Spring Data Neo4j application is ready to take that first step into the cloud.
Let’s walk through the process, assuming this scenario:
- you have an account on Heroku, and have installed the heroku tool
- git is your friend
- you’ve developed a killer Spring MVC application
- and of course you’re using Spring Data Neo4j
Ready? OK, first let’s look at your application.
As one commenter noted, just in time for the Neo4j Challenge!