A managed graph database in the cloud, perfect for getting to know Neo4j.
As a platform-as-a-service (PAAS) provider, Heroku offers a quick way from your locally developed app to a managed deployment in the cloud. The ability of adding different hosted services is crucial for the daily needs of a modern day web-application. To run a Neo4j graph powered app on Heroku you can easily add the Neo4j Add-on.
After installing the Heroku toolbelt, it is as easy as:
heroku apps:create your-app-nameheroku addons:add neo4jheroku addons:open neo4jheroku configENV["NEO4J_URL"] or System.getenv("NEO4J_URL") to access the Neo4j Server with one of the language driversA screencast about deploying an application using the Neo4j add-on on Heroku to expose a readonly Cypher endpoint. Then integrating with a Google Spreadsheet
James Ward shows how to build and deploy a Neo4j based app on heroku.
With from Sweden & the Neo4j Community. © 2013 Neo Technology, Inc. Graphs are Everywhere. Terms | Privacy Policy