托管由 Neo4j 支持的 ASP.NET Web 应用程序
我已经有了 ASP.NET 托管,但我不确定如何在 Neo4j 上运行我的应用程序,因为它需要 Java 堆栈。
看来我唯一的选择是:
- 获取单独的 Java/Linux 托管,并在那里安装 Neo4J,将其用作数据库服务器。
- 获取 Neo4J 即服务(类似于 MongoHQ 为 MongoDB 用户所做的事情),但我还没有找到提供者。这里有什么建议吗?
- 将我的整个应用程序移至 Mono,然后将其全部放在 Java/Linux 托管上并安装 Neo4j。
还有其他想法吗?
I already have ASP.NET hosting, but I'm not sure how to run my application off Neo4j, since it requires a Java stack.
It seems my only options are:
- Get separate Java/Linux hosting, and install Neo4J there, utilizing it as a database server.
- Get Neo4J-as-a-service, (akin to what MongoHQ does for MongoDB users) but I haven't had any luck finding providers. Any advice here?
- Move my whole application to Mono and then put it all on Java/Linux hosting and install Neo4j.
Any other ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,确实有很多这样的事情。我们刚刚将 Neo4j 托管在 Windows Azure 中,因此它自然可以支持 ASP.NET 解决方案或您可能想要拥有的任何其他前端解决方案!
此外,从 .NET 与 Neo4j 服务器进行通信非常容易,因为它使用 REST 通过 HTTP 进行通信。与它交谈就像与 Windows Azure 存储交谈一样自然。
http://neo4j.cloudapp.net/
Yes there is such a thing very much indeed. We have just put Neo4j hosted in Windows Azure and as such it may naturally back an ASP.NET solution or any other front end solution that you might want to have!
Besides it is very easy to communicate with the Neo4j server from .NET since it speaks over HTTP using REST. It's as natural to speak to it as it is to speak with Windows Azure Storage.
http://neo4j.cloudapp.net/