| Hi, thanks for supporting neo4j remote datastore and working on the integration of Neo4j-3. The current remote protocol consumes the datastore's REST interface. Are there any plans supporting the remote protocol "bolt" introduced in Neo4j-3 as an alternative transfer mode? The java implementation of "bolt" is available at https://github.com/neo4j/neo4j-java-driver. The might be some performance improvements see ... https://github.com/neo4j/neo4j-javascript-driver/issues/84 This is just for the javascript driver version but it might apply for the java implementation as well. Thanks |