Re: [Neo4j] Delay on data propagation (relationships).

2015-11-23 Thread Clark Richey
I've never seen or heard of any such issue. Sent from my iPhone > On Nov 23, 2015, at 01:27, Mr. W wrote: > > I heard it from Russian devs and I'm really worry about. I don't think they > aren't experienced. Anyway I need to be sure I'm doing good choosing neo. >

Re: [Neo4j] Extreme memory rise on neo4j-server when saving entities using OGM

2015-11-23 Thread Luanne Coutinho
Hi Ivan, Good point about the save collection. I'll put it up for discussion in one of our planning meetings. The query method will return to you exactly what you ask for in the cypher query. So if you don't ask for relationships, that is all that will come back, even though the format is graph.

[Neo4j] What are the mandatory dependencies for spring data neo4j 4.0.0:RELEASE accessing a neo4j-2.3.0 remote database?

2015-11-23 Thread Stefan Sevelda
Hi, At the moment spring data neo4j 4.0.0 fetches 61 dependent jars \- org.springframework.data:spring-data-neo4j:jar:4.0.0.RELEASE:compile +- org.neo4j:neo4j-ogm:jar:1.1.2:compile | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile | | +-

Re: [Neo4j] What are the mandatory dependencies for spring data neo4j 4.0.0:RELEASE accessing a neo4j-2.3.0 remote database?

2015-11-23 Thread Michael Hunger
Can you share your pom.xml ? neo4j-ogm and SDN 4 should not pull in Neo4j at all. As they only work via http, it feels as if the test-dependencies are configured here as normal dependencies Could you try to add a dependency on org.neo4j:neo4j-ogm:1.1.4-SNAPSHOT It contains a number of