Hi Davide,
I wanted to add 2 things:
- Neo4j remote with Rest has not been released yet;
- if we remove the Rest protocol, remote Neo4j will only be supported with
Neo4j >= 3
Personally I'm +1 to only support remote Neo4j with Bolt. Maintaining one
more dialect/protocol just to provide remote for
Hi everyone,
I’m Mincong, an engineering student from France. I’m glad to present my
Google Summer of Code 2016 project, which provides an alternative
to the current mass indexer implementation of Hibernate Search, using
the Java Batch architecture (JSR 352). I’ve been working on this project
for
Hello,
at the moment in OGM we connect remotely using the Rest API.
The reason is that when I created the dialect the new Bolt[1] protocol
wasn't available.
I've now finished implementing the dialect so that it uses the Bolt
protocol, there is a lot of duplication since it is very similar to
the a