neo4j heroku 托管
我在heroku 上部署了一个Web 应用程序。
我刚刚介绍了 Neo4j 作为数据结构,当然,我必须将其集成到 Heroku 的生产中。我在这个链接上读到http://wiki.neo4j.org/content/Neo4j_Heroku_Addon neo4j 的插件目前正在进行 beta 测试。
因此,我一直在寻找替代方法,我发现了这个链接:http://wiki.neo4j.org/content/Neo4j_in_the_Cloud ...你知道是否可以在没有插件的情况下在heroku上包含这样的集成?
Tnx
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您是 heroku 上的注册 beta 测试人员,您就可以使用 免费插件。
当然,如果您想在自己的 aws ec2 实例上运行 Neo4j REST 服务器,您可以轻松做到这一点(还有预先配置的 AMI )。请确保您的 ec2 实例在 aws us-east 区域运行,因为这也是 heroku 机器所在的位置。
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.