Giuseppe Di Federico
Giuseppe Di Federico

Reputation: 3589

neo4j heroku hosting

I have a web application deployed on heroku.
I just introduced Neo4j as data structure and, of course, I have to integrate it in production on heroku. I read on this link http://wiki.neo4j.org/content/Neo4j_Heroku_Addon that the heroku addon for neo4j is currently on beta testing.
So have looked for alternative ways and I found this link: http://wiki.neo4j.org/content/Neo4j_in_the_Cloud ... do you know if it's possible to include such integration on heroku without the addon ?
Tnx

Upvotes: 2

Views: 1150

Answers (1)

Michael Hunger
Michael Hunger

Reputation: 41676

If you are a registered beta tester on heroku you can already use the add-on for free.

Of course if you want to run the Neo4j REST server on your own aws ec2 instances you can do that easily (there are also preconfigured AMI's). Please make sure that your ec2 instances run in the aws us-east region as this is where heroku's machines are located too.

Upvotes: 5

Related Questions