Re: [hibernate-dev] [OGM] Bolt vs Rest for Neo4j

2016-08-22 Thread Guillaume Smet
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

[hibernate-dev] [HSEARCH] Google Summer of Code: JSR 352 batch job for re-indexing entities

2016-08-22 Thread Mincong Huang
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

[hibernate-dev] [OGM] Bolt vs Rest for Neo4j

2016-08-22 Thread Davide D'Alto
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