Hi,

We moved to OrientDB from Titan recently.

I have wrapped OrientDB 2.0.5 in rexster-2.6 and I am using the 
RexsterClient to query and create the graph.
Can I access this embedded orientDB from OrientDB remote Java driver using 
following command:

       factory = new OrientGraphFactory("remote:localhost:2424/test",
                "admin", "admin");
        OrientGraph g = factory.getTx();

Which means, does Rexster starts a orientdb server and makes it available 
to OrientDB clients at default 2424 port?
I want to do graph updates through remote Java API(which I heard is fast) 
and query using Rexster HTTP.
I can of course use RexsterClient with gremlin too. I am not sure of  its 
performance compared to native remote OrientDB Java driver.

Thanks in advance
-Negi

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to