Hi Peter, > Eelco, > while REST is not a very performant way to access any low level API > directly, there is a Java Wrapper for the Neo4j API over REST from Michael > Hunger https://github.com/jexp/neo4j-java-rest-binding that does the Neo4j > API over REST.
Excellent, thanks for the pointer. > This could be a drop-in replacement for the embedded Neo4j implementation in > Blueprints, but I haven't check that out. Would be great if you wanna take a > look? I'd love to if I can find the time. Might be tough atm. > Also, in Neo4j 1.5 we are going to add a binary, much more efficient > protocol to talk to Neo4j, which will make this scenario much easier to > implement. Cool, I'd be looking forward to that. I do think that it would be great if you can use native/ REST/ that binary method just using the same higher level interface. I personally don't care that much that it is independent from Neo4J (blueprints) but think it would be nice to be able to switch between those without having to change lots of code. E.g. have developers use Neo4J embedded but deploy against Neo4J server. Cheers, Eelco _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

