Grails hosting with Neo4j to read/write files
I'm developing a application which based on neo4j, the nature of neo4j is just plain files, so it needs to be able to write to local files. Google App Engine doesn't support writing to local files. I'm looking at Amazon S3 and EC2开发者_Go百科 right now. I just want to make sure that Amazone AWS supports read/write to local files.
Thanks a lot.
The Neo4j wiki has some information.
There are also ready made AMI's for Neo4j-Server on all regions.
If you want to run embedded, just choose any linux and install the jvm on that one.
After that your Neo4j application should run just fine.
精彩评论