Hi,

I am starting integrating neo4j, and i run in to some questions on how to
use it:

1. I would like to use the sever version, but i also want it to be using
Neo4J-HA. Is there such configuration to change the GraphDatabaseService
instance?

2. Having the rest api is great, but i am a little confused on the
recommended API to use. To me it looks like the best approach would be to
use RemoteGraphDatabase, but reading the documentation i see that's its not
recommended for some reason.

> .. The implementation is not speedy enough to be used as the main access
> channel to a Graph Database for actual applications.
>
Is this still relevant?
if so what was used to interact with the remote DB before REST support?

3. Trying to work with the Java Rest API, i tried running the traverse code
but it will not compile due to abstract class TraversalDescription. Reading
about this class, the usage in note aligned with the javadoc, which states
the object is immutable so setters return a new TraversalDescription
instance.Which
is correct and what am i missing to run that code properly?

It feels like am missing something here having all those questions...

Thanks,
Daniel.
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to