[Neo] Neo4J on google app engine?

2010-03-25 Thread Rick Bullotta
I assume there would be some issues, but does anyone have a high level view on the technical feasibility? ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] Neo4J on google app engine?

2010-03-25 Thread Tobias Ivarsson
Neo4j stores data to the filesystem, Google App Engine does not allow applications to write to the filesystem. It could be possible to use Neo4j in read only mode with a pre-created uploaded graph, probably requiring some minor changes in Neo4j, but I have some doubts about the usefulness of this