Hosting an ASP.NET web application backed by 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 开发者_StackOverflow中文版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?
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/
精彩评论