> Therefore, RexsterGraph() is currently unusable until realigned with reXster version.
Yes. Rexster 0.3-SNAPSHOT is the main line, but its not a release. We will be sync'ing things and documenting over the next week...
Do you need RexsterGraph to work for you right now?
Thanks for the heads up,
Marko.
> 1. use new POST requests as described by Stephen
I will have to work with Stephen on it as I wasn't following that thread, but yes---I suppose :)
> 2. reduce the number of calls to reXster server
Hmm. RexsterGraph is not intended to be a "traveral engine." Its meant to just connect to Rexster as an "admin tool." I would not use RexsterGraph for algorithm development because, as you note, its very chatty (and JSON chatty at that). I would recommend using the GremlinExtension to pass Gremlin to Rexster (or write your own extension) if you want to do heavy algorithms against Rexster.
Question: in which way are you using RexsterGraph (i.e. use case)?
Thanks,
Marko.
That'd be dope.
To test it you would do this:
1. load up Rexster (with emptygraph being the graph that is tested against)
2. Run RexsterGraphTest (if you are in IntelliJ, "right click run test" as I have it turned off in the pom.xml properties <doTest>false</doTest>).
See ya,
Marko.
RexsterGraph can be used to communicate with a remote graph with complete HTTP-transparency to the user.