You could also try to run the whole tinkerpop stack including rexter as a Neo4j Server extension.
That would be a quite interesting experiment. You can get a Neo4j-GraphDatabase instance injected in your Extension-Resource and then provide that instance to Tinkerpop to use (I don't know if Marko added hooks to actually do that, but I assume so (as there is also a gremlin instance running inside the neo4j server - which powers the Neo4j console. (Perhaps you can even get an instance of that gremlin engine injected and connect it to rexter). Just some thoughts :) Cheers Michael Am 06.06.2011 um 21:20 schrieb Eelco Hillenius: > 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 _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

